Re: What is the size of DB in Postgresql??

Поиск
Список
Период
Сортировка
От Poul L. Christiansen
Тема Re: What is the size of DB in Postgresql??
Дата
Msg-id 3A1A8EAB.18F0D567@cs.auc.dk
обсуждение исходный текст
Ответ на What is the size of DB in Postgresql??  (Ould <ouldm@linuxatbusiness.com>)
Список pgsql-general
Ould wrote:
>
> Hello,
>
> I have 2 questions:
> 1) What is th max size of database we can create in Postegrsql?

See: http://www.postgresql.org/docs/faq-english.html#4.6

"Maximum size for a database? unlimited (60GB databases exist)"

> 2) Suppose I have two simular  databases: mydb1, mydb2 (containig the
> same number of table, ...etc.), how I can copy the contents of mydb1
> into mydb2? if mydb2 is on a remote machine, how I can do this?

Use the pg_dumpall command.

Poul L. Christiansen

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

Предыдущее
От: Ould
Дата:
Сообщение: What is the size of DB in Postgresql??
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: I loose my history keys using psql...