> On Fri, Nov 16, 2012 at 10:11 AM, Lee Hachadoorian > <[email protected]> wrote: >> >> How can I read the current storage parameters for an existing table? >> Specifically interested in autovacuum_enabled.
On Fri, Nov 16, 2012 at 12:08 PM, Mike Blackwell <[email protected]> wrote: > Try pg_class.reloptions? That was it. Interestingly, if the table uses the server default, reloptions is NULL. Best, --Lee -- Lee Hachadoorian Asst Professor of Geography, Dartmouth College http://freecity.commons.gc.cuny.edu/ -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
