Re: Creating a clean database

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Creating a clean database
Дата
Msg-id 20050104034720.GA80886@winnie.fuhr.org
обсуждение исходный текст
Ответ на Creating a clean database  (Keith Worthington <KeithW@NarrowPathInc.com>)
Ответы Re: Creating a clean database  (Keith Worthington <KeithW@NarrowPathInc.com>)
Список pgsql-novice
On Mon, Jan 03, 2005 at 09:13:56PM -0500, Keith Worthington wrote:

> I have finished a testing phase and I would like to create a production
> database.  My thought is to use pg_dump to create a backup of the data
> dictionary, create a new database using pgadminIII or psql and then use
> something (pg_restore or psql or ?) to rebuild all of the database
> objects.  I am hoping that a technique is available that will allow me
> to get all new oids and reset all sequences.  Suggestions will be
> appreciated.

Have you looked at the documentation for pg_dump, in particular
the --schema-only and --data-only options?  If those won't work
then please be more specific about what you're trying to do.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-novice по дате отправления:

Предыдущее
От: Keith Worthington
Дата:
Сообщение: Creating a clean database
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [despammed] postgresql for windows