[BUGS] BUG #6152: possibly wrong display of pg_settings.enumvals for default_transaction_isolation

2011-08-05 Thread Christoph Anton Mitterer
The following bug has been logged online: Bug reference: 6152 Logged by: Christoph Anton Mitterer Email address: cales...@scientia.net PostgreSQL version: 9.0 Operating system: Debian sid Description:possibly wrong display of pg_settings.enumvals for

Re: [BUGS] BUG #6152: possibly wrong display of pg_settings.enumvals for default_transaction_isolation

2011-08-05 Thread Tom Lane
Christoph Anton Mitterer cales...@scientia.net writes: $ psql -c 'SELECT name,vartype,enumvals FROM pg_settings;' | grep default_transaction_isolation default_transaction_isolation | enum| {serializable,repeatable read,read committed,read uncommitted} That output looks correct to me.

Re: [BUGS] BUG #6152: possibly wrong display of pg_settings.enumvals for default_transaction_isolation

2011-08-05 Thread Christoph Anton Mitterer
Hi. ok,.. I got that wrong and thought the enumvals was intended to be the exact list how to set the values in the config. Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature