Search Postgresql Archives

Re: Executing script file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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.



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@postgresql.org so that your
      message can get through to the mailing list cleanly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux