empty a database - Mailing list pgsql-admin

From Dick Davies
Subject empty a database
Date
Msg-id 20050215155148.GZ63378@eris.tenfour
Whole thread Raw
Responses Re: empty a database  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Is there a neat way to clean out a database via SQL commands?

i.e. get rid of tables, sequences, integers, etc.

At present I'm using dropdb/createdb, but thats' far from ideal
and I think it's causing postgres to do more mork than it needs to...

--
'My life, and by extension everyone else's, is meaningless.'
        -- Bender
Rasputin :: Jack of All Trades - Master of Nuns

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: newbie : START TRANSACTION
Next
From: Tom Lane
Date:
Subject: Re: empty a database