pgsql/src/bin/pg_dump pg_dumpall.sh

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dumpall.sh
Date: 2002-02-24 21:57:23
Message-ID: 20020224215723.8E7E5475A42@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-02-24 23:27:58 pgsql/ oc/src/sgml/ref/createdb.sgml rc/bin/sc ...
Previous Message Tom Lane 2002-02-24 20:20:22 pgsql/ oc/src/sgml/ref/create_database.sgml oc ...