Re: Per-database and per-user GUC settings

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Per-database and per-user GUC settings
Date: 2002-02-01 18:57:02
Message-ID: 200202011857.g11Iv2K22585@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> >> I've been proposing a workable implementation in this very thread.
>
> > Which is to track where the setting came from, right? I was thinking it
> > wasn't workable because people were complaining about it. :-)
>
> Peter's complaining because he thinks the current behavior is OK.
> AFAICT he isn't saying that my idea wouldn't make the behavior be
> what you and I want, but that he doesn't like that behavior.

Getting back to propogating SIGHUP to the children, if I have issued a
SET in my session, does a postmaster SIGHUP wipe that out, and even if
it doesn't, what if I do a SHOW early in my session, see the setting is
OK, then find later that is is changed, for example, the ONLY
inheritance setting. I guess what I am saying is that I see session
stability as a feature, rather than propogating changes to running
children, which I think could cause more harm than good.

--
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 Doug McNaught 2002-02-01 18:58:33 Re: PostgreSQL crashes with Qmail-SQL
Previous Message Tom Lane 2002-02-01 18:35:51 Re: Per-database and per-user GUC settings