Обсуждение: pgsql: Fix psql \d output of policies.

Поиск
Список
Период
Сортировка

pgsql: Fix psql \d output of policies.

От
Joe Conway
Дата:
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(-)