pgsql: Fix pg_dump output of policies.

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump output of policies.
Date: 2015-07-28 03:26:40
Message-ID: E1ZJvXM-0004nV-0D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/510aad31eaf2129d28ae3dbfc58f98775192ee94

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-28 06:11:01 pgsql: Another attempt at fixing memory leak in xlogreader.
Previous Message Joe Conway 2015-07-28 03:26:35 pgsql: Fix pg_dump output of policies.