pgsql: Fix psql \d output of policies. - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Fix psql \d output of policies.
Date
Msg-id E1ZMIHs-0002Cg-5H@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Make recovery rename tablespace_map to *.old if backup_label is
Next
From: Joe Conway
Date:
Subject: pgsql: Fix psql \d output of policies.