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

Commit6b07527

Browse files
author
Thomas G. Lockhart
committed
Fix cross-reference markup so that only the *title* of the Operators
chapter is included, not the chapter itself.Thanks to Evelyn Mitchell <efm@tummy.com> for pointing it out.
1 parent777a4f7 commit6b07527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/syntax.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable>
572572
<para>
573573
Any built-in system, or user-defined operator may be used in SQL.
574574
For the list of built-in and system operators consult
575-
<xref linkend="operators" endterm="operators">.
575+
<xref linkend="operators" endterm="operators-title">.
576576
For a list of user-defined operators consult your system administrator
577577
or run a query on the <literal>pg_operator</literal> class.
578578
Parentheses may be used for arbitrary grouping of operators in expressions.
@@ -585,9 +585,9 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable>
585585
<para>
586586
<acronym>SQL92</acronym> allows <firstterm>expressions</firstterm>
587587
to transform data in tables. Expressions may contain operators
588-
(see <xref linkend="operators-title" endterm="operators-title">
588+
(see <xref linkend="operators" endterm="operators-title">
589589
for more details) and functions
590-
(<xref linkend="functions-title" endterm="functions-title"> has
590+
(<xref linkend="functions" endterm="functions-title"> has
591591
more information).
592592
</para>
593593

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp