Re: SE-PgSQL patch review

From: KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SE-PgSQL patch review
Date: 2009-11-24 22:17:54
Message-ID: 4B0C5B92.6080305@kaigai.gr.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ross J. Reedstrom wrote:
> On Tue, Nov 24, 2009 at 03:12:43PM +0900, KaiGai Kohei wrote:
>> Itagaki Takahiro wrote:
>>> * CREATE TABLE tbl (col integer AS SECURITY_CONTEXT = '...')
>>> Is the syntax "<AS> SECURITY_CONTEXT" natural in English?
>> We need to put a reserved token, such as "AS", prior to the SECURITY_CONTEXT
>> to avoid syntax conflicts to "DEFAULT b_expr" option.
>
> Does "WITH" work? Seems to read better to me:
>
> CREATE TABLE tbl (col integer WITH SECURITY CONTEXT [...])
>
It was conflicted. :(

--
KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-11-24 22:43:00 Re: garbage in psql -l
Previous Message Roger Leigh 2009-11-24 22:07:18 Re: garbage in psql -l