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:28
Message-ID: E1ZMIHs-0002Cg-5H@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
------
master

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

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 Joe Conway 2015-08-03 16:08:34 pgsql: Fix psql \d output of policies.
Previous Message Fujii Masao 2015-08-03 14:14:01 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file