Specific database vars, again...

Glus Xof <gtglus@gmail.com>

From: Glus Xof <gtglus@gmail.com>
To: pgsql-general@postgresql.org, pgsql-novice@postgresql.org
Date: 2010-04-20T17:53:34Z
Lists: pgsql-general, pgsql-novice
Hi again,

Maybe, I didn't explain my question enough.

I need to record properties that belongs to an specific database (and
so, they work at database level... not at global scope:

* Could I use the \set statements ? but... the vars defined are not in
a database scope but a global, aren't they ?... furthermore, could
save these vars when try to dump the database ??? )

* Or, must to create an specific one-row table ?.

Glus