Re: [PHP] Converting PHP code and db schema from PostgreSQL to MySQL

2004-09-20 Thread Greg Donald
On Mon, 20 Sep 2004 16:18:26 +0300, Stefan Moldoveanu <[EMAIL PROTECTED]> wrote: > Is there any tool/script to convert PostgreSQL code from PHP scripts into > MySQL (pg_connect > mysql_connect and so forth)? > I'm talking about a website with thousands of code lines. In vi: :%s/pg_/mysql_/g > Als

[PHP] Converting PHP code and db schema from PostgreSQL to MySQL

2004-09-20 Thread Stefan Moldoveanu
Hello, folks, Is there any tool/script to convert PostgreSQL code from PHP scripts into MySQL (pg_connect > mysql_connect and so forth)? I'm talking about a website with thousands of code lines. Also, any script which can convert PostgreSQL db data schema to MySQL? I only found tutorials for My