Re: [HACKERS] read-only database
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@dcc.uchile.cl>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Satoshi Nagayasu <nagayasus@nttdata.co.jp>, pgsql-patches@postgresql.org
Date: 2005-05-10T02:45:45Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes: > The ability to have PGDATA in read-only media (like CDs) has been > requested a lot of times, hasn't it? It's come up a few times ... more than an un-overridable read-only mode anyway. Also, I should think that those who want a secure read-only mode want it enforced selectively --- for instance, assuredly read-only for some users but not others. I can hardly see any use case for the patch as proposed; it seems to have all the disadvantages of a low-level read-only mode (eg, not selective) without any of the advantages. regards, tom lane