Re: empty a database

Поиск
Список
Период
Сортировка
Искать
От
Dick Davies
Тема
Re: empty a database
Дата
Msg-id
20050215164146.GD63378@eris.tenfour
Ответ на
Список
Дерево обсуждения
Re: empty a database Christopher Browne <cbbrowne@acm.org>
Re: empty a database Dick Davies <rasputnik@hellooperator.net>
* Tom Lane  [0232 16:32]:
> Dick Davies  writes:
> > 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...
> 
> Well, if you put everything into one or a few schemas then dropping
> and recreating those schemas would do it.  I suspect though that this
> is *not* faster than dropdb/createdb.

Thanks Tom.

It's not just the speed, it's the constant deletes and creations in
~pgsql/data - as I said the other day, this is recreating a test db from the
production one as part of unit tests, so this happens dozens of times a day...


-- 
'...and then we wrote scripts to write the configs for us, and using
these scripts, we made mistakes in a faster, more automated manner.'
		-- A Gentle Introduction to Cricket, on MRTG configuration
Rasputin :: Jack of All Trades - Master of Nuns
В списке pgsql-admin по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: empty a database
От: Naomi Walker
Дата:
Сообщение: Re: empty a database
FAQ