Re: [ADMIN] Problems with PGOPTIONS

2003-01-16 Thread Andre Schubert
On Wed, 15 Jan 2003 11:19:29 -0500 Tom Lane <[EMAIL PROTECTED]> wrote: > Andre Schubert <[EMAIL PROTECTED]> writes: > > Ok, but is there another way to enable STATS_ROW_LEVEL for a special > > backend not connecting as superuser ? > > No: the code is deliberately designed to prevent that, on the

Re: [ADMIN] Problems with PGOPTIONS

2003-01-15 Thread Tom Lane
Andre Schubert <[EMAIL PROTECTED]> writes: > Ok, but is there another way to enable STATS_ROW_LEVEL for a special > backend not connecting as superuser ? No: the code is deliberately designed to prevent that, on the grounds that it'd be a security flaw (non-superusers should not be allowed to hide

Re: [ADMIN] Problems with PGOPTIONS

2003-01-15 Thread Andre Schubert
On Wed, 15 Jan 2003 10:01:27 -0500 Tom Lane <[EMAIL PROTECTED]> wrote: > Andre Schubert <[EMAIL PROTECTED]> writes: > > I want to enable the collection of STATS_ROW_LEVEL for special backends > > by setting the environment-variable export PGOPTIONS='-c STATS_ROW_LEVEL=ON'. > > After setting this v

Re: [ADMIN] Problems with PGOPTIONS

2003-01-15 Thread Tom Lane
Andre Schubert <[EMAIL PROTECTED]> writes: > I want to enable the collection of STATS_ROW_LEVEL for special backends > by setting the environment-variable export PGOPTIONS='-c STATS_ROW_LEVEL=ON'. > After setting this variable i cant connect to my database. > Everytime the following error occurs:

[ADMIN] Problems with PGOPTIONS

2003-01-15 Thread Andre Schubert
Hi all, I have a devel server where i want to turn on collector statistics. I want to enable the collection of STATS_ROW_LEVEL for special backends by setting the environment-variable export PGOPTIONS='-c STATS_ROW_LEVEL=ON'. After setting this variable i cant connect to my database. Everytime the