Re: [SQL] Copying databases

Поиск
Список
Период
Сортировка
От omid omoomi
Тема Re: [SQL] Copying databases
Дата
Msg-id 19991104092820.36302.qmail@hotmail.com
обсуждение исходный текст
Список pgsql-sql
hi,
AFAIK, since there is no database replication supported in pg,the only
way I think is to dumping out your data ( owned by user ) using pg_dump or 
pg_dumpall . Due to some limitatins on pg_dump function, the new database 
would need some regulations after creation.Look at the pg help docs.
regards,
omid omoomi

>From: "Hamid Khoshnevis" <hamid@emarq.com>
>To: <pgsql-sql@postgreSQL.org>
>Subject: [SQL] Copying databases
>Date: Wed, 3 Nov 1999 21:54:33 -0800
>
>I need to have identical copies of the same database on 2 different
>machines. Can I simply file copy all of the source files to the destination
>machine.  Do I have to bring PG down on the destination before doing this
>(assuming no one is actively hitting the destination db).
>
>Thanks!
>
>hamid
>
>Hamid Khoshnevis
>emarQ.com
>1488-1188 W. Georgia St.
>Vancouver, BC  V6E 4A2, Canada
>Ph: (604) 687-7111
>Fx: (604) 687-7222
>http://www.emarq.com
>hamid@emarq.com
>
>
>************
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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

Предыдущее
От: "Hamid Khoshnevis"
Дата:
Сообщение: Copying databases
Следующее
От: Stoyan Genov
Дата:
Сообщение: Re: [SQL] Optimizing a query through its syntax and indices