BUG #5691: Documentation typo ?

From: "Tatsuhito Kasahara" <kasahara(dot)tatsuhito(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5691: Documentation typo ?
Date: 2010-10-04 07:56:22
Message-ID: 201010040756.o947uMGF006201@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5691
Logged by: Tatsuhito Kasahara
Email address: kasahara(dot)tatsuhito(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 9.0
Operating system: Any
Description: Documentation typo ?
Details:

The following is a part of doc/src/sgml/user-manag.sgml

======================
For example, if for some reason you
want to disable index scans (hint: not a good idea) anytime you
connect, you can use:
<programlisting>
ALTER ROLE myname SET statement_timeout = '5min';
</programlisting>
======================

It seems to be a wrong example (or text).

Best regards,

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2010-10-04 11:09:31 Re: Postgres 9.0 crash on win7
Previous Message Craig Ringer 2010-10-04 03:55:01 Re: Postgres 9.0 crash on win7