From 2e0e430659455a9313bdd250b93f5c4af27d78f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 23 Aug 2002 02:54:18 +0000 Subject: [PATCH] This patch updates the CREATE OPERATOR sgml docs for the new default settings of NAMEDATALEN. I looked through the docs for other references to NAMEDATALEN, but this is the only one I could find. Neil Conway --- doc/src/sgml/datatype.sgml | 4 ++-- doc/src/sgml/ref/create_operator.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index b535d52f17..41ca3c00e5 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -921,7 +921,7 @@ SELECT b, char_length(b) FROM test2; exists only for storage of internal catalog names and is not intended for use by the general user. Its length is currently defined as 64 bytes (63 usable characters plus terminator) - but should be referenced using the macro + but should be referenced using the constant NAMEDATALEN. The length is set at compile time (and is therefore adjustable for special uses); the default maximum length may change in a future release. The type diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 2a4955113f..f23644c295 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -1,5 +1,5 @@ @@ -215,7 +215,7 @@ CREATE OPERATOR The operator name - is a sequence of up to NAMEDATALEN-1 (31 by default) characters + is a sequence of up to NAMEDATALEN-1 (63 by default) characters from the following list: + - * / < > = ~ ! @ # % ^ & | ` ? $ -- 2.11.0