Re: PostgreSQL Gotchas - Mailing list pgsql-general

From Neil Conway
Subject Re: PostgreSQL Gotchas
Date
Msg-id 1128630991.23118.8.camel@localhost.localdomain
Whole thread Raw
In response to PostgreSQL Gotchas  ("Aly S.P Dharshi" <aly.dharshi@telus.net>)
Responses Re: PostgreSQL Gotchas  (Jeffrey Melloy <jmelloy@visualdistortion.org>)
Re: PostgreSQL Gotchas  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
On Thu, 2005-06-10 at 12:07 -0600, Aly S.P Dharshi wrote:
> http://sql-info.de/postgresql/postgres-gotchas.html
>
> Any comments from folks on the list ?

"SELECT column alias, ...": this is a known issue. AFAIK it is not easy
to solve.

"Unquoted object names fold to lower case": this is intentional, both
because the developers prefer this behavior and because it is consistent
with the behavior of prior PostgreSQL versions.

"Implicit FROM item and unintended cross joins": fixed in 8.1, as the
gotcha notes.

"COUNT(*) very slow": this is a known issue -- see the -hackers archives
for many prior discussions. MVCC makes this hard to solve effectively
(whether applications should actually be using COUNT(*) on large tables
with no WHERE clause is another matter...)

-Neil



pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: License question
Next
From: Ben
Date:
Subject: Re: PostgreSQL Gotchas