We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent083549e commitaeabbccCopy full SHA for aeabbcc
doc/src/sgml/ltree.sgml
@@ -108,7 +108,7 @@ a. b. c. d. e.
108
</programlisting>
109
This query will match any label path that:
110
</para>
111
- <orderedlist numeration='loweralpha'>
+ <orderedlist numeration="loweralpha">
112
<listitem>
113
<para>
114
begins with the label <literal>Top</literal>
doc/src/sgml/plhandler.sgml
@@ -166,8 +166,7 @@ CREATE LANGUAGE plsample
166
to allow language-specific checking to be done during
167
<xref linkend="sql-createfunction">.
168
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.
+ anonymous code blocks executed via the <xref linkend="sql-do"> command.
171
172
173
doc/src/sgml/ref/create_table_as.sgml
@@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE <replaceable
204
<term><replaceable>query</replaceable></term>
205
206
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.
+ A <xref linkend="sql-select">, <link
+ linkend="sql-table">TABLE</link>, or <xref linkend="sql-values">
+ command, or an <xref linkend="sql-execute"> command that runs a
+ prepared <command>SELECT</>, <command>TABLE</>, or
+ <command>VALUES</> query.
213
214
</listitem>
215
</varlistentry>
doc/src/sgml/ref/rollback_to.sgml
@@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re
64
<title>Notes</title>
65
66
67
- Use <xref linkend="SQL-RELEASE-SAVEPOINT"
68
-> to destroy a savepoint without
69
-discarding the effects of commands executed after it wasestablished.
+ Use <xref linkend="SQL-RELEASE-SAVEPOINT"> to destroy a savepoint
+ without discarding the effects of commands executed after it was
+ established.
70
71
72
doc/src/sgml/textsearch.sgml
@@ -1092,7 +1092,7 @@ ts_headline(<optional> <replaceable class="PARAMETER">config</replaceable> <type
1092
if they contain spaces or commas.
1093
1094
1095
- <listitem>
+ <listitem>
1096
1097
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
1098
determine the longest and shortest headlines to output.
doc/src/sgml/user-manag.sgml
@@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
244
245
A role's attributes can be modified after creation with
246
<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.
+ See the reference pages for the <xref linkend="sql-createrole">
+ and <xref linkend="sql-alterrole"> commands for details.
250
251
252
<tip>