Re: Configuration of statistical views

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Configuration of statistical views
Date: 2001-06-29 15:53:15
Message-ID: 200106291553.f5TFrFk26056@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> If somebody wants to see an applications querystring (at
> least the first 512 bytes) just in case something goes wrong
> and the client hangs, he'd have to run querystring reporting
> all the time either way.

Agreed. That should be on all the time.

> So I can see value in a per database default in pg_database
> plus the ability to switch it on/off via statement to analyze
> single commands.

Sounds fine. You may be able to just to a GUC/SET option and not do a
per-database field. GUC doesn't do per-database and having a database
flag and GUC would be confusing. Let's roll with just GUC/SET and see
how it goes.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Perel 2001-06-29 16:09:05 Re: Postgres to Dia UML
Previous Message Jan Wieck 2001-06-29 15:51:11 Re: Configuration of statistical views