pgsql: Prevent emitting "ALTER VIEW foo SET ()". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Prevent emitting "ALTER VIEW foo SET ()".
Date
Msg-id E1TG08I-0000n6-FZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Prevent emitting "ALTER VIEW foo SET ()".

Small oversight in commit 0f524ea0cf388a149f362e48a33c01662eeddc04 ...
per report from Grazvydas Valeika.

Branch
------
REL9_2_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Prevent emitting "ALTER VIEW foo SET ()".
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add support for include_dir in config file.