OSDN Git Service

pg_dump should consider information_schema to be a system schema.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Dec 2002 22:45:09 +0000 (22:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Dec 2002 22:45:09 +0000 (22:45 +0000)
commitb222867534ab1d200d7268f877fdebade452bbb6
tree4007c3834e3e9530f29ee30a1dd62568528c52a6
parentf1f597860351ade0ccab9620c422e37a5bb70458
pg_dump should consider information_schema to be a system schema.
Also, tweak -C option (emit CREATE DATABASE command) to emit encoding
name rather than encoding number, for consistency with pg_dumpall
and better cross-version portability.
src/bin/pg_dump/pg_dump.c