Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 3F5C14767A9 for ; Wed, 27 Nov 2002 12:06:00 -0500 (EST) Received: from candle.pha.pa.us (momjian.navpoint.com [207.106.42.251]) by postgresql.org (Postfix) with ESMTP id 25F054767C4 for ; Wed, 27 Nov 2002 12:02:06 -0500 (EST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.10.1) id gARH23L23985; Wed, 27 Nov 2002 12:02:03 -0500 (EST) From: Bruce Momjian Message-Id: <200211271702.gARH23L23985@candle.pha.pa.us> Subject: Re: 7.35b doc bug? In-Reply-To: <200211202142.gAKLgLtF663208@pimout2-ext.prodigy.net> To: elein@varlena.com Date: Wed, 27 Nov 2002 12:02:03 -0500 (EST) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL99 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200211/39 X-Sequence-Number: 1563 This was corrected by Peter already: revision 2.21 date: 2002/09/25 21:16:10; author: petere; state: Exp; lines: +141 -57 Enhance the description of user and database management. Reduce the number of forward references in the admin guide. You can see the new text at: http://developer.postgresql.org/docs/postgres/manage-ag-config.html --------------------------------------------------------------------------- elein wrote: > > In 4.2 User Attributes, the word geqo should probably be changed to > enable_indexscan. > > 4.2 User Attributes... > > A user can also set personal defaults for many of the run-time configuration settings described in > Section 3.4. For example, if for some reason you want to disable index scans > (hint: not a good idea) anytime you connect, you can use > > ALTER USER myname SET enable_indexscan TO off; > > This will save the setting (but not set it immediately) and in subsequent > connections it will appear as though SET geqo TO off; had been called right > before the session started. > > This probably should read: > > A user can also set personal defaults for many of the run-time configuration > settings described in Section 3.4. For example, if for some reason you want > to disable index scans (hint: not a good idea) anytime you connect, you can > use > > ALTER USER myname SET enable_indexscan TO off; > > This will save the setting (but not set it immediately) and in subsequent > connections it will appear as though SET enable_indexscan TO off; had been > called right before the session started. > > elein@varlena.com > -- > ------------------------------------------------------------------------------------------ > elein@varlena.com Database Consulting www.varlena.com > It's a doggie dog world. > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073