John:<br>&gt; I may be confused about what you are trying to do.<br><br>Dennis:<br>And I probably am not expressing my self unconfusingly<br>enough ;-) <br><br>I am trying to get a Catalyst application running posted <br>by another developer. He wrote the app to use mysql<br>database, but I'd rather not have to install mysql on<br>my box. I am using postgresql 8.1. The developer provided<br>an .sql file consisting of "CREATE TABLE foo" statements,<br>so I tried translating it into Pg-speak to set up the<br>app's database tables.<br><br>Although I've used Pg for a few months, I have a lot to <br>learn. I used SQL::Translator to try to get the table<br>creation syntax right for Pg. I've seen the mysql blob<br>data type before, but up to now I hadn't run into<br>Pg's bytea. When I got the error message, I googled<br>around, and had a look through the Pg doco, but didn't<br>spot anything that helped me understand what the problem<br>is.<br><br>I am not at the point yet of
 worrying about the schema<br>classes. I am only worrying about setting up the tables<br>in the Pg database. <br><br>Is the mud any clearer? <br><br>/dennis<br><br>