> hi!
>
[quoted text clipped - 12 lines]
> anybody know any _working_ tool that could convert mysql to pgsql database?
> i have tried few (3) perl scripts but none of them worked :(
Your _head_? The SQL isn't that different. Just dump the mysql database,
massage with vi or emacs, and use it to create the database in pgsql...
Dave in Largo, FL
cdr - 19 Aug 2005 07:49 GMT
> Your _head_? The SQL isn't that different. Just dump the mysql database,
> massage with vi or emacs, and use it to create the database in pgsql...
you mean to edit mysqldump result by hand? i know what i have to do, but i
was asking how ;)
cdr