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

Commit7f88276

Browse files
committed
Add a cross-reference to precedence information to CREATE OPERATOR's
documentation. Per suggestion from Marc Cousin.
1 parenta64bf0a commit7f88276

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/src/sgml/ref/create_operator.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.53 2010/06/22 11:36:16 rhaas Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.54 2010/07/08 16:30:13 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -226,6 +226,12 @@ COMMUTATOR = OPERATOR(myschema.===) ,
226226
Refer to <xref linkend="xoper"> for further information.
227227
</para>
228228

229+
<para>
230+
It is not possible to specify an operator's lexical precedence in
231+
<command>CREATE OPERATOR</>, because the parser's precedence behavior
232+
is hard-wired. See <xref linkend="sql-precedence"> for precedence details.
233+
</para>
234+
229235
<para>
230236
The obsolete options <literal>SORT1</>, <literal>SORT2</>,
231237
<literal>LTCMP</>, and <literal>GTCMP</> were formerly used to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp