Skip to content

Commit 6415ffe

Browse files
committed
Not sure how I fixed it the first time, but here's a fix for another
instance in which the docs mention that 'NAMEDATALEN == 32". Neil Conway
1 parent 77072f8 commit 6415ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/syntax.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.67 2002/08/22 04:52:17 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.68 2002/08/23 04:27:19 momjian Exp $
33
-->
44

55
<chapter id="sql-syntax">
@@ -460,7 +460,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> )
460460

461461
<para>
462462
An operator is a sequence of up to <symbol>NAMEDATALEN</symbol>-1
463-
(31 by default) characters from the following list:
463+
(63 by default) characters from the following list:
464464
<literallayout>
465465
+ - * / &lt; &gt; = ~ ! @ # % ^ &amp; | ` ? $
466466
</literallayout>

0 commit comments

Comments
 (0)