Re: How to start a database in ReadOnly mode? - Mailing list pgsql-admin

From Simon Riggs
Subject Re: How to start a database in ReadOnly mode?
Date
Msg-id CA+U5nMJCYodsfB-cXcz4TAcvKNfRmfpGewqrLhsaZLG_6Va5=w@mail.gmail.com
Whole thread Raw
In response to How to start a database in ReadOnly mode?  (Paul Schluck <pschluck@gmail.com>)
Responses Re: How to start a database in ReadOnly mode?  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-admin
On Thu, Jul 7, 2011 at 8:08 AM, Paul Schluck <pschluck@gmail.com> wrote:

> Is it possible to start a postgres cluster or 1 postgres database in
> readonly mode? And - if yes - how can this be done?

There is no formal, explicit command to do that. Just avoid doing
writes, either in the application or by removing privileges.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-admin by date:

Previous
From: Paul Schluck
Date:
Subject: How to start a database in ReadOnly mode?
Next
From: Achilleas Mantzios
Date:
Subject: Re: How to start a database in ReadOnly mode?