]> granicus.if.org Git - postgresql/commit
Fix pg_dump output of policies.
authorJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 03:24:18 +0000 (20:24 -0700)
committerJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 03:24:18 +0000 (20:24 -0700)
commite0d4a290f4a24b0a0a46af4d0f8551f8ee5e5513
tree1452103aa18b44c5425939e657ded4fb054f01c3
parent3d5cb31c9a17bad8bbc587c09404b2aa1e6c3aac
Fix pg_dump output of policies.

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