Re: [BUGS] BUG #6143: connection problem

2011-08-05 Thread Craig Ringer
On 5/08/2011 4:17 PM, Snehad Agrekar wrote: when i am tring to connect pgsql it gives following error msg Please do not reply directly to me. Use the "Reply all" button to reply to the mailing list. I am not your free tech support. I'll be happy to help out on the pgsql-general mailing list i

Re: [BUGS] BUG #6153: possible typo in the local_preload_libraries documentation

2011-08-05 Thread Tom Lane
"Christoph Anton Mitterer" writes: > But I guess the documentation of local_preload_libraries > (http://www.postgresql.org/docs/9.0/static/runtime-config-client.html#GUC-LO > CAL-PRELOAD-LIBRARIES), which says: > "Unlike local_preload_libraries, there..." > means "shared_preload_libraries" here.

Re: [BUGS] BUG #5741: syslog line length

2011-08-05 Thread Tom Lane
Noah Misch writes: > On Fri, Aug 05, 2011 at 06:46:21PM -0400, Tom Lane wrote: >> But having said that, I could go with 896 (or perhaps 900, which seems >> a shade less weird). > That works for me. OK, applied to HEAD and 9.1. regards, tom lane -- Sent via pgsql-bugs m

[BUGS] BUG #6153: possible typo in the local_preload_libraries documentation

2011-08-05 Thread Christoph Anton Mitterer
The following bug has been logged online: Bug reference: 6153 Logged by: Christoph Anton Mitterer Email address: cales...@scientia.net PostgreSQL version: 9.0 Operating system: Debian sid Description:possible typo in the local_preload_libraries documentation Details:

Re: [BUGS] BUG #5741: syslog line length

2011-08-05 Thread Noah Misch
On Fri, Aug 05, 2011 at 06:46:21PM -0400, Tom Lane wrote: > Noah Misch writes: > > A PG_SYSLOG_LIMIT value that loses data to truncation on nearly every > > default > > GNU/Linux installation makes for a poor default. > > When I changed it, it was on the strength of tests showing that Fedora > 8

Re: [BUGS] BUG #5741: syslog line length

2011-08-05 Thread Tom Lane
Noah Misch writes: > A PG_SYSLOG_LIMIT value that loses data to truncation on nearly every default > GNU/Linux installation makes for a poor default. When I changed it, it was on the strength of tests showing that Fedora 8's default syslogger had a limit of 2KB. A quick check shows this is still

Re: [BUGS] BUG #5741: syslog line length

2011-08-05 Thread Noah Misch
On Fri, Jun 10, 2011 at 04:21:59PM +0200, Marc Cousin wrote: > On 02/11/2010 17:17, heasley wrote: > > The following bug has been logged online: > > > > Bug reference: 5741 > > Logged by: heasley > > Email address: h...@shrubbery.net > > PostgreSQL version: 8.4 > > Operating syst

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

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

2011-08-05 Thread Tom Lane
"Christoph Anton Mitterer" 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. The column

[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 default_transacti