Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc41fd8

Browse files
committed
Document that chr(0) is not supported, and why.
1 parent55f037f commitdc41fd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.420 2008/02/26 15:32:30 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.421 2008/03/03 17:11:13 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -1340,7 +1340,8 @@
13401340
Character with the given code. For <acronym>UTF8</acronym> the
13411341
argument is treated as a Unicode code point. For other multibyte
13421342
encodings the argument must designate a strictly
1343-
<acronym>ASCII</acronym> character.
1343+
<acronym>ASCII</acronym> character. The NULL (0) character is not
1344+
allowed because text data types cannot reliably store such bytes.
13441345
</entry>
13451346
<entry><literal>chr(65)</literal></entry>
13461347
<entry><literal>A</literal></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp