pgsql: Fix pg_dump output of policies. - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Fix pg_dump output of policies.
Date
Msg-id E1ZJvXH-0004n9-VT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_dump output of policies.

pg_dump neglected to wrap parenthesis around USING and WITH CHECK
expressions -- fixed. Reported by Noah Misch.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Improve RLS handling in copy.c
Next
From: Joe Conway
Date:
Subject: pgsql: Fix pg_dump output of policies.