BUG #7507: pg_restore silently fails when restoring a db with the --create flag and no user.

From: iann(at)fuelforce(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7507: pg_restore silently fails when restoring a db with the --create flag and no user.
Date: 2012-08-27 15:34:10
Message-ID: E1T61KM-0005nD-Qc@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7507
Logged by: Ian Nobile
Email address: iann(at)fuelforce(dot)com
PostgreSQL version: 9.1.4
Operating system: Mac OS X Version 10.8
Description:

Attempting to restore a db using pg_restore to a new database server using
the --create and --dbname flags fails silently if the db owner username does
not exist in the new db or the -O flag is not used.
Command used:
pg_restore --create --verbose --dbname=testserver
/Volumes/USBLINKS1/hostname.testserver.net_postgres_database

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2012-08-27 16:12:25 Re: BUG #6412: psql & fe-connect truncate passwords
Previous Message Bruce Momjian 2012-08-27 14:15:55 Re: BUG #6401: IS DISTINCT FROM improperly compares geomoetric datatypes