Re: Executing script file - Mailing list pgsql-general

From Chris
Subject Re: Executing script file
Date
Msg-id 1081843320.5047.15.camel@dell
Whole thread Raw
In response to Executing script file  ("Tumurbaatar S." <tumurbaatar@datacom.mn>)
List pgsql-general
> Currently I use 'psql -f file' to perform all needed DDL statements
> except of create db. Because when I insert 'CREATE DATABASE'
> at the beginning of the script, the server creates a db but following
> commands like 'CREATE TABLE' and etc run on the current db, i.e.
> not in context of newly created db. Any ideas?

Use \c, like this:

  \c your_new_database

Bye, Chris.



pgsql-general by date:

Previous
From: "Tumurbaatar S."
Date:
Subject: Executing script file
Next
From: Richard Huxton
Date:
Subject: Re: Executing script file