pgsql/src/bin/pg_dump pg_dumpall.sh - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/bin/pg_dump pg_dumpall.sh
Date
Msg-id 20020224215723.8E7E5475A42@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/24 16:57:23

Modified files:
    src/bin/pg_dump: pg_dumpall.sh

Log message:
    Modify pg_dumpall so that output script uses new OWNER option of CREATE
    DATABASE; also make it use SET SESSION AUTHORIZATION commands rather than
    \connect commands.  This makes it possible to restore databases belonging
    to users who do not have CREATEDB privilege.  It should also become at
    least somewhat feasible to run the restore script under password
    authentication --- you'll get one superuser password prompt per database,
    rather than a large number of challenges for passwords belonging to
    varying unspecified user names.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/ oc/src/sgml/ref/create_database.sgml oc ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/ oc/src/sgml/ref/createdb.sgml rc/bin/sc ...