Re: Porting Code to Postgresql

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Errol Neal <sysadmins(at)enhtech(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Porting Code to Postgresql
Date: 2003-10-15 19:04:30
Message-ID: 20031015190430.GE1016@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 15, 2003 at 12:44:55PM -0600, scott.marlowe wrote:

> All the rest if pretty straight forward hacking, having converted or
> helped to convert a few other MySQL tools to Postgresql recently.

Of course, to get maximum performance you should drop the MySQL support
and instead of coding workarounds for missing functionality, use
whatever Postgres gives you (which is much more than what MySQL gives
you).

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Si quieres ser creativo, aprende el arte de perder el tiempo"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco 2003-10-15 19:10:42 is possible to read oracle tables from PostgresSQL
Previous Message Alvaro Herrera 2003-10-15 19:02:06 Re: Getting error codes for failed queries?