Re: delivering database stand-alone

Поиск
Список
Период
Сортировка
От Ang Chin Han
Тема Re: delivering database stand-alone
Дата
Msg-id 3F58838B.2030402@bytecraft.com.my
обсуждение исходный текст
Ответ на Re: delivering database stand-alone  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian wrote:

> PostgreSQL will not run on read-only medium easily.  If you vacuum full all
> the tables, that will prevent table writes, but we write to pg_clog even
> for select.

You could possibly create a RAM disk, mount it, and initdb, and copy the
entire file needed for writing, and link from the RAM disk to the
read-only medium for the data files.

--
Linux homer 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
GNU/Linux
   8:00pm  up 253 days, 11:21,  4 users,  load average: 5.23, 5.16, 5.17

Вложения

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

Предыдущее
От: Alex
Дата:
Сообщение: Re: Views with Where Clauses
Следующее
От: "shreedhar"
Дата:
Сообщение: How can I set postmaster as a service