Re: dumping the schema ? - Mailing list pgsql-general

From Lonni J Friedman
Subject Re: dumping the schema ?
Date
Msg-id [email protected]
Whole thread Raw
In response to dumping the schema ?  (raptor <[email protected]>)
List pgsql-general
On Sat, 29 Jan 2005 21:55:23 +0200, raptor <[email protected]> wrote:
> hi,
> how can I dump the db schema so that I can recrate the DB later ?


From 'man pg_dump':
-s

--schema-only
              Dump only the schema (data definitions), no data.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    [email protected]
LlamaLand                       http://netllama.linux-sxs.org

pgsql-general by date:

Previous
From: PFC
Date:
Subject: Re: Splitting queries across servers
Next
From: Joe Conway
Date:
Subject: Re: question about porting least and greatest from oracle