Re: take 2: show all / reset all

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Marko Kreen <marko(at)l-t(dot)ee>, pgsql-patches(at)postgresql(dot)org
Subject: Re: take 2: show all / reset all
Date: 2001-06-12 22:54:34
Message-ID: 16210.992386474@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> Or is that OK now with the "makeDefault" addition to SetConfigOption?

> Evidently not quite:

> peter=# show port;
> NOTICE: port is 6543
> SHOW VARIABLE
> peter=# reset all;
> RESET VARIABLE
> peter=# show port;
> NOTICE: port is 5432
> SHOW VARIABLE

I've fixed this.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Inoue 2001-06-12 23:12:30 Re: 7.1 odbc bug & patch
Previous Message Bruce Momjian 2001-06-12 21:24:12 Re: reset all update