Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: psql "SCHEMA" switch




On Dec 22, 2006, at 15:15 , Paul Silveira wrote:

I wanted to connect to a DB and then insert that new DDL into a "specific" schema. Because psql does not have a schema switch, I had to do it this
way...

As the schema is part of the DDL, I think it's better to have it as part of DDL script rather than a switch for psql, either as schema- qualified tables in the script or using a SET search_path command in the SQL script.

Michael Glaesemann
grzm seespotcode net





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group