On Mon, Sep 10, 2012 at 9:04 PM, David Morton <[email protected]> wrote: > Is there any way of making the table 'read only' so its nice and tidy / > immutable ?
Once a table actually *is* read-only, you can VACUUM FREEZE it. rls -- :wq -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
