Re: count(*) of zero rows returns 1

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: sthomas(at)optionshouse(dot)com
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>, David Johnston <polobo(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: count(*) of zero rows returns 1
Date: 2013-01-15 20:44:42
Message-ID: CA+TgmoYJJkf23evvnxiepswmB8uwrFaLB=oNsqDBSh8aegP98w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 15, 2013 at 2:26 PM, Shaun Thomas <sthomas(at)optionshouse(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kohei KaiGai 2013-01-15 20:46:46 [sepgsql 3/3] Add db_procedure:execute permission checks
Previous Message Bruce Momjian 2013-01-15 20:42:48 Re: [PATCH] COPY .. COMPRESSED