pgsql: sepgsql: Improve error message when unsupported object type is l

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: sepgsql: Improve error message when unsupported object type is l
Date: 2015-03-11 16:13:29
Message-ID: E1YVjGD-0004lF-CX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

sepgsql: Improve error message when unsupported object type is labeled.

KaiGai Kohei, reviewed by Álvaro Herrera and myself

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e96b7c6b9fc4d148a22588894245416b63743368

Modified Files
--------------
contrib/sepgsql/label.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-11 16:40:51 pgsql: Allocate ParamListInfo once per plpgsql function, not once per e
Previous Message Robert Haas 2015-03-11 14:58:33 pgsql: Suggest to the user the column they may have meant to reference.