pgsql: Suggest use of psql when pg_restore gets a text dump.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suggest use of psql when pg_restore gets a text dump.
Date: 2012-01-03 21:03:19
Message-ID: E1RiBVv-0002EM-9Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suggest use of psql when pg_restore gets a text dump.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/54a622cadf1fb6d2047bf99fbee73b6418d2a23f

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-03 23:29:05 Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Previous Message Tom Lane 2012-01-03 21:00:22 pgsql: Use a non-locking initial test in TAS_SPIN on PPC.