pg_dump: Allow dumping default collation
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Jun 2017 12:52:48 +0000 (08:52 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Jun 2017 12:52:48 +0000 (08:52 -0400)
commit4955109d2281eacec6af8aee203382ac3991f1cf
tree4bed4b259ac3b30ce8564977464de395851be12a
parent17082a88eadfca79b50c04c5a78a2c38ee4f5d9c
pg_dump: Allow dumping default collation

This will not work on restore, but it will allow dumping out pg_catalog
for research and documentation.

Reported-by: Neil Anderson <neil.t.anderson@gmail.com>
Bug: #14701
src/bin/pg_dump/pg_dump.c