- Notifications
You must be signed in to change notification settings - Fork5
Commit7d40942
committed
in the docs, the function "ascii(text)" is described as
returning "ASCII code of the first character of the argument"(seehttp://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 theargument",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 anASCIIcode).Ian Barwick1 parentca8f279 commit7d40942
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 |
| - | |
| 1252 | + | |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | 1255 |
| |
|
0 commit comments
Comments
(0)