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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: in the docs, the function "ascii(text)" is described as returning
Дата
Msg-id 20060306045351.2A30B9DCC08@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: In psql, save history of backslash commands used in multi-line
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Prevent autovacuum from zeroing damaged pages.