[SQL] Re: is there a mysql to postgresql sql converter?

2000-11-23 Thread Max Fonin
Hi. I'm writing MySQL->Postgres dump converter. E.g. it will convert only database dumps produced by mysqldump. It's almost ready, problems are ENUM and SET types. I have problems with types emulation. Maybe someone help me guys ? Anyway, some half-working version attached. Max Rudensky. my

[SQL] Re: is there a mysql to postgresql sql converter?

2000-11-23 Thread Max Fonin
Can give a link ? On Fri, 17 Nov 2000 13:45:37 -0800 clayton cottingham <[EMAIL PROTECTED]> wrote: > Max Fonin wrote: > > > > Hi. > > > > I'm writing MySQL->Postgres dump converter. E.g. it will convert only database >dumps produced by mysqldump.

[SQL] Re: is there a mysql to postgresql sql converter?

2000-11-23 Thread Max Fonin
Hi. > > Can give a link ? > can do : > http://freshmeat.net/projects/mysql2pgsql/?highlight=convert+sql Thank you. BTW, if you interested in this tool, I may send you fresh versions or place it on the web. Maybe you will or somebody help me with one problem ? Do you know PL/pgSQL and how to c

[SQL] MySQL -> Postgres dump converter

2000-11-23 Thread Max Fonin
Hi. MySQL->Postgres dump converter is now available at http://ziet.zhitomir.ua/~fonin/code/my2pg.pl. Still beta and bugsome version but working, supports MySQL ENUMs, near the end are SET emulation. Please help me to test. Max Rudensky.