Fix psql \d output of policies.

Joe Conway <mail@joeconway.com>

Commit: 8f45a58d394bbe83c54306ba769ac02c9239c259
Author: Joe Conway <mail@joeconway.com>
Date: 2015-08-03T16:08:01Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/bin/psql/describe.c modified +2 −2