pgsql: pg_dump: Allow dumping default collation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Allow dumping default collation
Date: 2017-06-13 12:56:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)t(dot)anderson(at)gmail(dot)com>
Bug: #14701

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4955109d2281eacec6af8aee203382ac3991f1cf

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-13 13:14:34 pgsql: Use correct ICU path for Windows 32 vs. 64 bit
Previous Message Amit Langote 2017-06-13 04:20:15 Re: pgsql: Apply RLS policies to partitioned tables.