Re: SE-PgSQL patch review - Mailing list pgsql-hackers

From KaiGai Kohei
Subject Re: SE-PgSQL patch review
Date
Msg-id 4B0C5B92.6080305@kaigai.gr.jp
Whole thread Raw
In response to Re: SE-PgSQL patch review  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Responses Re: SE-PgSQL patch review
List 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@kaigai.gr.jp>


pgsql-hackers by date:

Previous
From: Roger Leigh
Date:
Subject: Re: garbage in psql -l
Next
From: Tom Lane
Date:
Subject: Re: garbage in psql -l