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

From Lonni J Friedman
Subject Re: dumping the schema ?
Date
Msg-id 7c1574a9050129122344db8913@mail.gmail.com
Whole thread Raw
In response to dumping the schema ?  (raptor <raptor@tvskat.net>)
List pgsql-general
On Sat, 29 Jan 2005 21:55:23 +0200, raptor <raptor@tvskat.net> 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                                    netllama@gmail.com
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