Re: PostgreSQL Gotchas

From: Steve Atkins <steve(at)blighty(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Gotchas
Date: 2005-10-06 19:03:48
Message-ID: 20051006190347.GA6340@gp.word-to-the-wise.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 06, 2005 at 12:07:12PM -0600, Aly S.P Dharshi wrote:

> http://sql-info.de/postgresql/postgres-gotchas.html
>
> Any comments from folks on the list ?

The implicit from and mildly non-standard case folding are the only
two that approach being real issues people may stumble over, IMO. If
you look at the others that may be problematic in real use they're
mostly for archaic versions of PG.

The others that are still valid with 8.0 are... not so much problems
with PG as differences in the way PG works that users should be aware
of.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2005-10-06 19:07:38 Re: PostgreSQL 8.1 vs. MySQL 5.0?
Previous Message Aly S.P Dharshi 2005-10-06 19:01:55 Re: PostgreSQL Gotchas