public inbox for [email protected]  
help / color / mirror / Atom feed
From: elein <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: 7.35b doc bug?
Date: Fri, 22 Nov 2002 12:16:13 -0800
Message-ID: <[email protected]> (raw)


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.

[email protected]
-- 
------------------------------------------------------------------------------------------
[email protected]     Database Consulting     www.varlena.com
                                    It's a doggie dog world.




view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: 7.35b doc bug?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox