Re: [SQL] Auto-Vacuum?

Поиск
Список
Период
Сортировка
От Bryan White
Тема Re: [SQL] Auto-Vacuum?
Дата
Msg-id 000f01be4b07$ee6b0d40$a3f0f6ce@bryan.arcamax.com
обсуждение исходный текст
Список pgsql-sql
>What does the "dump" do? I have been just tarring the
>/usr/local/pgsql/data/base/ directory and burning that onto a CD...


pg_dump writes to stdout the sql code needed to recreate the database.  As I
remember there are a couple of catches (it does not recreate views?...).

To restore the database, start with a blank database and do:
psql dbname < mydatabase.db



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

Предыдущее
От: Douglas Nichols
Дата:
Сообщение: Character type name?? How to lower case it?
Следующее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [SQL] Auto-Vacuum?