Re: count(*) of zero rows returns 1 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: count(*) of zero rows returns 1
Date
Msg-id CA+TgmoYJJkf23evvnxiepswmB8uwrFaLB=oNsqDBSh8aegP98w@mail.gmail.com
Whole thread Raw
In response to Re: count(*) of zero rows returns 1  (Shaun Thomas <sthomas@optionshouse.com>)
List pgsql-hackers
On Tue, Jan 15, 2013 at 2:26 PM, Shaun Thomas <sthomas@optionshouse.com> wrote:
> Let's see what EnterpriseDB produces:
>
> test=> select * from dual;
>
>  dummy
> -------
>  X
> (1 row)

Hey, don't blame us.  We didn't come up with this bad idea ... just
trying to make life easier for those who are used to it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCH] COPY .. COMPRESSED
Next
From: Kohei KaiGai
Date:
Subject: [sepgsql 3/3] Add db_procedure:execute permission checks