Re: pg_restore usage - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_restore usage
Date
Msg-id 11767.1088346148@sss.pgh.pa.us
Whole thread Raw
In response to pg_restore usage  (tfo@alumni.brown.edu (Thomas F. O'Connell))
Responses Asunto: Re: pg_restore usage
List pgsql-admin
tfo@alumni.brown.edu (Thomas F. O'Connell) writes:
> I transfer this file to another server, where the database db does not
> exist. I try the following:

> pg_restore -C -d db pg_dump20040621.pgsql
> pg_restore: [archiver (db)] connection to database "db" failed: FATAL:
>  database "db" does not exist

> What is an example of how the -C flag is intended to be used?

Whatever database you name in -d has to already exist, because that's
where pg_restore will initially connect.  -C means to issue a CREATE
DATABASE command and then reconnect to the new db.

In other words, try "-C -d template1".

            regards, tom lane

pgsql-admin by date:

Previous
From: tfo@alumni.brown.edu (Thomas F. O'Connell)
Date:
Subject: pg_restore usage
Next
From: reina_ga@hotmail.com (Tony Reina)
Date:
Subject: Password with libpq