Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint
Date: 2013-05-06 21:28:37
Message-ID: 19902.1367875717@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> rhaas=# create or replace view foo (x) AS (select 1 union all select 2);
> CREATE VIEW
> rhaas=# select * from foo where false;
> The connection to the server was lost. Attempting reset: Failed.

Ugh. I'm about to leave for the day, but I'll take a look later.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-05-07 13:58:57 pgsql: Stress that backup_label file is critical in the docs.
Previous Message Robert Haas 2013-05-06 21:16:35 Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2013-05-06 21:45:15 Re: pg_dump --snapshot
Previous Message Robert Haas 2013-05-06 21:16:35 Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint