pgsql: Fix psql \d output of policies.

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql \d output of policies.
Date: 2015-08-03 16:08:34
Message-ID: E1ZMIHy-0002D2-2W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix psql \d output of policies.

psql neglected to wrap parenthesis around USING and WITH CHECK
expressions -- fixed. Back-patched to 9.5 where RLS policies were
introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8f45a58d394bbe83c54306ba769ac02c9239c259

Modified Files
--------------
src/bin/psql/describe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-08-03 16:29:38 pgsql: Update 9.5 release notes through today.
Previous Message Joe Conway 2015-08-03 16:08:28 pgsql: Fix psql \d output of policies.