pgsql-server/src/bin/pg_dump pg_dump.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/pg_dump pg_dump.c
Date
Msg-id 20021221224510.5ACF1475FB8@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/21 17:45:10

Modified files:
    src/bin/pg_dump: pg_dump.c

Log message:
    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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/psql Tag: REL7_3_STABLE d ...
Next
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...