]> granicus.if.org Git - postgresql/commit
Fix pg_dump output of policies.
authorJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 03:24:27 +0000 (20:24 -0700)
committerJoe Conway <mail@joeconway.com>
Tue, 28 Jul 2015 03:24:27 +0000 (20:24 -0700)
commit510aad31eaf2129d28ae3dbfc58f98775192ee94
tree73c0f00fcac0e5e3a07660f3d8c2b5ea6810d210
parent5d179a28fb4c819f3812c40fa7e626b1d3081982
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