Re: Building a database from a flat file - Mailing list pgsql-sql

From Bricklen Anderson
Subject Re: Building a database from a flat file
Date
Msg-id 42275BCC.1050308@PresiNET.com
Whole thread Raw
In response to Re: Building a database from a flat file  ("Casey T. Deccio" <ctdecci@sandia.gov>)
List pgsql-sql
Casey T. Deccio wrote:
> Question: is there an "easy" way to duplicate an existing schema
> (tables, functions, sequences, etc.)--not the data; only the schema?
> This way, I would only need to modify one schema (public) to make
> changes, and the build schema could be created each time as a duplicate
> of the public schema.  Maintenance would be much simpler.
> 
check the docs for pg_dump (-s) for doing structural dumps of your schema.

-- 
_______________________________

This e-mail may be privileged and/or confidential, and the sender does
not waive any related rights and obligations. Any distribution, use or
copying of this e-mail or the information it contains by other than an
intended recipient is unauthorized. If you received this e-mail in
error, please advise me (by return e-mail or otherwise) immediately.
_______________________________


pgsql-sql by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Building a database from a flat file
Next
From: Sean Davis
Date:
Subject: Re: Building a database from a flat file