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

Commitaeabbcc

Browse files
committed
Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
1 parent083549e commitaeabbcc

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

‎doc/src/sgml/ltree.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ a. b. c. d. e.
108108
</programlisting>
109109
This query will match any label path that:
110110
</para>
111-
<orderedlist numeration='loweralpha'>
111+
<orderedlist numeration="loweralpha">
112112
<listitem>
113113
<para>
114114
begins with the label <literal>Top</literal>

‎doc/src/sgml/plhandler.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ CREATE LANGUAGE plsample
166166
to allow language-specific checking to be done during
167167
<xref linkend="sql-createfunction">.
168168
An inline handler can be provided to allow the language to support
169-
anonymous code blocks executed via the <xref linkend="sql-do"
170-
> command.
169+
anonymous code blocks executed via the <xref linkend="sql-do"> command.
171170
</para>
172171

173172
<para>

‎doc/src/sgml/ref/create_table_as.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE <replaceable
204204
<term><replaceable>query</replaceable></term>
205205
<listitem>
206206
<para>
207-
A <xref linkend="sql-select"
208-
>, <link linkend="sql-table">TABLE</link>,
209-
or
210-
<xref linkend="sql-values"> command,
211-
or an <xref linkend="sql-execute"> command
212-
that runs a prepared <command>SELECT</>, <command>TABLE</>, or <command>VALUES</> query.
207+
A <xref linkend="sql-select">, <link
208+
linkend="sql-table">TABLE</link>, or <xref linkend="sql-values">
209+
command, or an <xref linkend="sql-execute"> command that runs a
210+
prepared <command>SELECT</>, <command>TABLE</>, or
211+
<command>VALUES</> query.
213212
</para>
214213
</listitem>
215214
</varlistentry>

‎doc/src/sgml/ref/rollback_to.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re
6464
<title>Notes</title>
6565

6666
<para>
67-
Use <xref linkend="SQL-RELEASE-SAVEPOINT"
68-
> to destroy a savepoint without
69-
discarding the effects of commands executed after it wasestablished.
67+
Use <xref linkend="SQL-RELEASE-SAVEPOINT"> to destroy a savepoint
68+
without discarding the effects of commands executed after it was
69+
established.
7070
</para>
7171

7272
<para>

‎doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ ts_headline(<optional> <replaceable class="PARAMETER">config</replaceable> <type
10921092
if they contain spaces or commas.
10931093
</para>
10941094
</listitem>
1095-
<listitem>
1095+
<listitem>
10961096
<para>
10971097
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
10981098
determine the longest and shortest headlines to output.

‎doc/src/sgml/user-manag.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
244244

245245
A role's attributes can be modified after creation with
246246
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
247-
See the reference pages for the <xref linkend="sql-createrole"
248-
> and <xref linkend="sql-alterrole"
249-
> commands for details.
247+
See the reference pages for the <xref linkend="sql-createrole">
248+
and <xref linkend="sql-alterrole"> commands for details.
250249
</para>
251250

252251
<tip>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp