From 415fac45908040b4dc791d0e0816c4c93d077634 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 3 Mar 2008 18:09:09 +0000 Subject: [PATCH] Remove "reliably" from chr(0) doc mention. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ac9ee81837..00b1ef08cd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1341,7 +1341,7 @@ argument is treated as a Unicode code point. For other multibyte encodings the argument must designate a strictly ASCII character. The NULL (0) character is not - allowed because text data types cannot reliably store such bytes. + allowed because text data types cannot store such bytes. chr(65) A -- 2.39.5