pgsql: Use pg_dump's --quote-all-identifiers option in pg_upgrade. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use pg_dump's --quote-all-identifiers option in pg_upgrade.
Date
Msg-id E1UaYUR-0001ok-6t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use pg_dump's --quote-all-identifiers option in pg_upgrade.

This helps guard against changes in the set of reserved keywords from
one version to another.  In theory it should only be an issue if we
de-reserve a keyword in a newer release, since that can create the type
of problem shown in bug #8128.

Back-patch to 9.1 where the --quote-all-identifiers option was added.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/56ac62570591615ed68137e4d3197e881ca3a405

Modified Files
--------------
contrib/pg_upgrade/dump.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use pg_dump's --quote-all-identifiers option in pg_upgrade.
Next
From: Tom Lane
Date:
Subject: pgsql: Use pg_dump's --quote-all-identifiers option in pg_upgrade.