Re: Database mirroring

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: Database mirroring
Дата
Msg-id 20011122111341.E5427@zf.jcu.cz
обсуждение исходный текст
Ответ на Database mirroring  (Turbo Fredriksson <turbo@bayour.com>)
Ответы Re: Database mirroring  (Turbo Fredriksson <turbo@bayour.com>)
Список pgsql-hackers
On Thu, Nov 22, 2001 at 10:31:04AM +0100, Turbo Fredriksson wrote:
> Is it possible  to specify WHERE (on a  filesystem) a certain database
> should be located?
> 
> This would be nice to have when doing mirroring (with rServ for example).
> That way i can replicate/mirror a database on a different disk...
See docs about CREATE DATABASE statement and things pertinent tothis process.

CREATE DATABASE name   [ WITH [ LOCATION = 'dbpath' ]           ^^^^^^^^^^^^^^^^^^^^^   [ TEMPLATE = template ]   [
ENCODING= encoding ] ]
 

   Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


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

Предыдущее
От: Turbo Fredriksson
Дата:
Сообщение: Database mirroring
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: ALTER OR REPLACE feature