Patrick Re

> Don't rush to learn Postgre, it has a more limited implementation than
MySQL
> (for example, doesn't support INNER JOIN :(
> The only reason I'm using it is because it's the database that my ISP
chose
> to install.

Spit..splutter..cough..choke

PostgreSQL may not have full join syntax (tho afaik 7.1 has inner joins) but
it is a
far more 'complete' sql db than MySQL will ever be..should I point out that
MySQL
doesn't support triggers or transactions and Its implementation of a autoinc
or identity field
consists of select max(field)+1

PostgreSQL has functions, a decent script language (2 if you call TCL
decent), user
defined types, 'bout the only thing it doesn't do yet is return a result set
from a stored proc

Neven


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to