Re: One question about security label command - Mailing list pgsql-hackers

From Kohei KaiGai
Subject Re: One question about security label command
Date
Msg-id CADyhKSV5HXVXwBEMQkp=D92us=U9b0QQoG8zFZjjKffdqf49Eg@mail.gmail.com
Whole thread Raw
In response to Re: One question about security label command  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: One question about security label command
List pgsql-hackers
ERRCODE_FEATURE_NOT_SUPPORTED is suitable error code here.
Please see the attached one.

Thanks,


2015-03-11 4:34 GMT+09:00 Robert Haas <robertmhaas@gmail.com>:
> On Tue, Mar 10, 2015 at 9:41 AM, Alvaro Herrera
> <alvherre@2ndquadrant.com> wrote:
>> And perhaps make it an ereport also, with errcode etc.
>
> Yeah, definitely.
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company



--
KaiGai Kohei <kaigai@kaigai.gr.jp>

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: proposal: searching in array function - array_position
Next
From: Michael Paquier
Date:
Subject: Re: Relation ordering in FROM clause causing error related to missing entry... Or not.