Обсуждение: pgsql: in the docs, the function "ascii(text)" is described as returning

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)