| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | David Fetter <david(at)fetter(dot)org> |
| Cc: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Amit kapila <amit(dot)kapila(at)huawei(dot)com>, "robertmhaas(at)gmail(dot)com" <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Proof of concept: auto updatable views [Review of Patch] |
| Date: | 2012-11-08 16:33:47 |
| Message-ID: | 27290.1352392427@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
David Fetter <david(at)fetter(dot)org> writes:
> There are three different WITH CHECK OPTION options:
> WITH CHECK OPTION
> WITH CASCADED CHECK OPTION
> WITH LOCAL CHECK OPTION
No, there are four: the fourth case being if you leave off the phrase
altogether. That's the only case we accept, and it corresponds to the
patch's behavior, ie, don't worry about it.
> Oh, and I'm guessing at least one well-known financial services
> company would just love to have these :)
It might be material for a future patch, but it's not happening in
this iteration.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2012-11-08 16:37:03 | Re: RFC: New log_destination 'fifo' |
| Previous Message | David Fetter | 2012-11-08 16:11:38 | Re: Proof of concept: auto updatable views [Review of Patch] |