Re: docs bug

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Filippov Joe <joe(at)mail(dot)novosoft(dot)ru>
Cc: bugs(at)postgresql(dot)org
Subject: Re: docs bug
Date: 2000-06-09 20:43:26
Message-ID: 200006092043.QAA02216@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thanks. Fixed in 7.0.

[ Charset KOI8-R unsupported, converting... ]
> If PostgreSQL failed to compile on your computer or you found a bug that
> is likely to be specific to one platform then please fill out this form
> and e-mail it to pgsql-ports(at)postgresql(dot)org(dot)
>
> To report any other bug, fill out the form below and e-mail it to
> pgsql-bugs(at)postgresql(dot)org(dot)
>
> If you not only found the problem but solved it and generated a patch
> then e-mail it to pgsql-patches(at)postgresql(dot)org instead. Please use the
> command "diff -c" to generate the patch.
>
> You may also enter a bug report at http://www.postgresql.org/ instead of
> e-mail-ing this form.
>
> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> Your name : Filippov Eugene
> Your email address : joe(at)uic(dot)nsu(dot)ru
>
>
> System Configuration
> ---------------------
> Architecture (example: Intel Pentium) :n/a
>
> Operating System (example: Linux 2.0.26 ELF) :n/a
>
> PostgreSQL version (example: PostgreSQL-6.5.3): PostgreSQL-6.5.3-3
>
> Compiler used (example: gcc 2.8.0) :n/a
>
>
> Please enter a FULL description of your problem:
> ------------------------------------------------
>
> A mistake in the /usr/doc/postgresql-6.5.3/postgres/sql-select.htm
>
>
> look for `ETER">ce"PARreplaceable>' below.
>
>
> /---------cut-----------------------------------------
> WHERE Clause
>
> The optional WHERE condition has the general form:
>
> WHERE expr ETER">ce"PARreplaceable> [ log_op ... ]
>
>
> where cond_op can be one of: =, <, <=, >, >= or <>, a conditional operator like ALL, ANY, IN, LIKE, et cetera or a locally-defined operator, and log_op can be one of: AND, OR, NOT. The comparison returns either TRUE or FALSE and all instances will be discarded if the expression evaluates to FALSE.
> \---------cut-----------------------------------------
>
>
>
>
>
> Please describe a way to repeat the problem. Please try to provide a
> concise reproducible example, if at all possible:
> ----------------------------------------------------------------------
>
>
>
>
>
> If you know how this problem might be fixed, list the solution below:
> ---------------------------------------------------------------------
>

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Inoue 2000-06-10 15:29:35 RE: Bug in move 0
Previous Message Bruce Momjian 2000-06-09 20:28:58 Re: ALTER USER CREATEUSER bug?