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

Commit2e0e430

Browse files
committed
This patch updates the CREATE OPERATOR sgml docs for the new default
settings of NAMEDATALEN. I looked through the docs for otherreferences to NAMEDATALEN, but this is the only one I could find.Neil Conway
1 parentb5ccfc2 commit2e0e430

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/datatype.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/datatype.sgml,v 1.101 2002/08/2301:28:17 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.102 2002/08/2302: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 themacro
924+
but should be referenced using theconstant
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

‎doc/src/sgml/ref/create_operator.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/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 $
33
PostgreSQL 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
+ - * / &lt; &gt; = ~ ! @ # % ^ &amp; | ` ? $

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp