Re: [COMMITTERS] pgsql: WITH CHECK OPTION support for auto-updatable VIEWs

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
Cc: dean(dot)a(dot)rasheed(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: WITH CHECK OPTION support for auto-updatable VIEWs
Date: 2013-07-30 00:24:17
Message-ID: 20130730002417.GC2706@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

depesz,

* hubert depesz lubaczewski (depesz(at)depesz(dot)com) wrote:
> On Mon, Jul 29, 2013 at 07:43:53PM -0400, Stephen Frost wrote:
> > * hubert depesz lubaczewski (depesz(at)depesz(dot)com) wrote:
> > > create table some_data (id int4 primary key, payload text);
> > > create view first as select * from some_data where 0 = id % 2 with local check option;
> > > create view second as select * from first where 0 = id with local check option;
[...]
> the check is "0 = id % 3" - i.e. id has to be multiply of 3. Sorry if my
> way of writing conditionals is confusing.

Neither client that I use to read email with saw a '% 3' on the view
definition for 'second' in your original email (or as quoted above).
Still, I do see what you're talking about and will take a look.

Thanks,

Stephen

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2013-07-30 08:23:19 Re: [COMMITTERS] pgsql: WITH CHECK OPTION support for auto-updatable VIEWs
Previous Message hubert depesz lubaczewski 2013-07-29 23:45:05 Re: [COMMITTERS] pgsql: WITH CHECK OPTION support for auto-updatable VIEWs

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2013-07-30 00:29:22 Re: [HACKERS] maintenance_work_mem and CREATE INDEX time
Previous Message hubert depesz lubaczewski 2013-07-29 23:45:05 Re: [COMMITTERS] pgsql: WITH CHECK OPTION support for auto-updatable VIEWs