Re: psql + autocommit

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: John Sidney-Woollett <johnsw(at)wardbrook(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: psql + autocommit
Date: 2004-09-18 01:05:48
Message-ID: 200409180105.i8I15m807788@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > You could saw the same about installing postgresql.conf in /data. It
> > is not required and doesn't do anything. It just makes changes
> > easier.
>
> I used to say that, but I think now it is sort of required because of
> the various settings inserted by initdb.
>
> But one thing is a server program reading a configuration file once when
> it starts. Another things is a client program reading a configuration
> file every time it starts.

Very true. There is overhead in reading that file each time psql
starts. Let's leave it alone for now and see if people get confused or
not.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hadley Willan 2004-09-18 03:17:50 Re: Is it possible to get the 7.4.1 static docs in HTML
Previous Message Peter Eisentraut 2004-09-18 01:03:31 Re: psql + autocommit