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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
