diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-06 04:53:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-06 04:53:50 +0000 |
commit | 7d40942a2724435d1ef4764e80f03b89260ffbfd (patch) | |
tree | 1e1e0490914c12a27e7895f972cc497eb91a454e /src/backend/parser/parse_expr.c | |
parent | ca8f27998a789af126bbd938c10b160b052a57a7 (diff) | |
download | postgresql-7d40942a2724435d1ef4764e80f03b89260ffbfd.tar.gz postgresql-7d40942a2724435d1ef4764e80f03b89260ffbfd.zip |
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
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions