Re: [GENERAL] About transform SQL grammar from postgresql 8.0 to

2005-10-11 Thread Sean Davis
On 10/11/05 11:34 AM, "Emi Lu" <[EMAIL PROTECTED]> wrote: > Hello, > > I know there is a script in perl can transform all sql commands in mysql > into the queries supported by postgreSQL. > > Since we have not finished moving all data from mysql into postgresql, > we need dump around 60 tables f

[GENERAL] About transform SQL grammar from postgresql 8.0 to mysql 3.0

2005-10-11 Thread Emi Lu
Hello, I know there is a script in perl can transform all sql commands in mysql into the queries supported by postgreSQL. Since we have not finished moving all data from mysql into postgresql, we need dump around 60 tables from postgresql 8.0 to mysql 3.0 on a daily basis. So, I am looking