Is it possible to run PostgreSQL in read-only mode?
For executing some maintenance procedures, I need to move database in
and out of the read-only mode
Is it possbile in PostgreSQl and if yes, how would I do it
Thanks in advance
---(end of broadcast)
hange any underlying logic - tables' names,
column names, select statements itself, add some extra logic to the
where clause etc
Alla
P.S. If you are curious, I found something like this:
create function edf_load_user_base()
returns setof edv_user_base as '
select * from edv_user_base
where .