Use pg_dump's --quote-all-identifiers option in pg_upgrade.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1c36700e9e3cfb96fde636def87cafb57299f4da
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-05-09T21:34:34Z
Releases: 9.3.0
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.

Files

PathChange+/−
contrib/pg_upgrade/dump.c modified +12 −8