pgsql: in the docs, the function "ascii(text)" is described as returning - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: in the docs, the function "ascii(text)" is described as returning
Date
Msg-id 20060306045351.2A30B9DCC08@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
in the docs, the function "ascii(text)" is described as
returning "ASCII code of the first character of the argument"

(see
http://www.postgresql.org/docs/8.1/interactive/functions-string.html,
Table  9-6. "Other String Functions").

Presumably this should read "ASCII code of the first byte of the
argument",
which is what is returned when the argument is a multi-byte character
(although then with UTF-8 at least that might not necessarily be an
ASCII
code).

Ian Barwick

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.308 -> r1.309)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.308&r2=1.309)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: In psql, save history of backslash commands used in multi-line
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Prevent autovacuum from zeroing damaged pages.