File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.101 2002/08/23 01:28:17 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.102 2002/08/23 02:54:18 momjian Exp $
33-->
44
55 <chapter id="datatype">
@@ -921,7 +921,7 @@ SELECT b, char_length(b) FROM test2;
921921 exists <emphasis>only</emphasis> for storage of internal catalog
922922 names and is not intended for use by the general user. Its length
923923 is currently defined as 64 bytes (63 usable characters plus terminator)
924- but should be referenced using the macro
924+ but should be referenced using the constant
925925 <symbol>NAMEDATALEN</symbol>. The length is set at compile time
926926 (and is therefore adjustable for special uses); the default
927927 maximum length may change in a future release. The type
Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.30 2002/08/10 19:01:53 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.31 2002/08/23 02:54:18 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -215,7 +215,7 @@ CREATE OPERATOR
215215
216216 <para>
217217 The operator <replaceable class="parameter">name</replaceable>
218- is a sequence of up to <symbol>NAMEDATALEN</>-1 (31 by default) characters
218+ is a sequence of up to <symbol>NAMEDATALEN</>-1 (63 by default) characters
219219 from the following list:
220220 <literallayout>
221221+ - * / < > = ~ ! @ # % ^ & | ` ? $
You can’t perform that action at this time.
0 commit comments