Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3d83e28

Browse files
author
Thomas G. Lockhart
committed
Minor cleanup in markup, especially in the Output section.
1 parent 3ac0a4e commit 3d83e28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+168
-818
lines changed

doc/src/sgml/ref/alter_table.sgml

+2-13
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,7 @@ Inputs
100100
Outputs
101101
</TITLE>
102102
<PARA>
103-
<VARIABLELIST>
104-
<VARLISTENTRY>
105-
<TERM>
106-
<replaceable>status</replaceable>
107-
</TERM>
108-
<LISTITEM>
109-
<PARA>
103+
110104
<VARIABLELIST>
111105
<VARLISTENTRY>
112106
<TERM>
@@ -137,12 +131,7 @@ Outputs
137131
<LISTITEM>
138132
<PARA>
139133
Message returned if table or column is not available.
140-
</PARA>
141-
</LISTITEM>
142-
</VARLISTENTRY>
143-
</VARIABLELIST>
144-
</LISTITEM>
145-
</VARLISTENTRY>
134+
146135
</VARIABLELIST>
147136

148137
</REFSECT2>

doc/src/sgml/ref/alter_user.sgml

+1-15
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ ALTER USER <replaceable class="PARAMETER">username</replaceable>
9292
Outputs
9393
</TITLE>
9494
<PARA>
95-
</PARA>
96-
<VARIABLELIST>
97-
<VARLISTENTRY>
98-
<TERM>
99-
<replaceable>status</replaceable>
100-
</TERM>
101-
<LISTITEM>
102-
<PARA>
10395
<VARIABLELIST>
10496
<VARLISTENTRY>
10597
<TERM>
@@ -120,13 +112,7 @@ ALTER USER <replaceable class="PARAMETER">username</replaceable>
120112
<PARA>
121113
Error message returned if the user specified doesn't
122114
exist.
123-
</PARA>
124-
</LISTITEM>
125-
</VARLISTENTRY>
126-
</VARIABLELIST>
127-
</para>
128-
</listitem>
129-
</varlistentry>
115+
130116
</variablelist>
131117
</REFSECT2>
132118
</REFSYNOPSISDIV>

doc/src/sgml/ref/begin.sgml

+2-15
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,7 @@ BEGIN [ WORK | TRANSACTION ]
4141
Outputs
4242
</TITLE>
4343
<PARA>
44-
</PARA>
45-
<VARIABLELIST>
46-
<VARLISTENTRY>
47-
<TERM>
48-
<replaceable>status</replaceable>
49-
</TERM>
50-
<LISTITEM>
51-
<PARA>
44+
5245
<VARIABLELIST>
5346
<VARLISTENTRY>
5447
<TERM>
@@ -68,13 +61,7 @@ BEGIN [ WORK | TRANSACTION ]
6861
<PARA>
6962
This indicates that a transaction was already in progress.
7063
The current transaction is not affected.
71-
</PARA>
72-
</LISTITEM>
73-
</VARLISTENTRY>
74-
</variablelist>
75-
</para>
76-
</LISTITEM>
77-
</VARLISTENTRY>
64+
7865
</VARIABLELIST>
7966
</REFSECT2>
8067
</REFSYNOPSISDIV>

doc/src/sgml/ref/close.sgml

+1-16
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ CLOSE <REPLACEABLE CLASS="PARAMETER">cursor</REPLACEABLE>
5151
Outputs
5252
</TITLE>
5353
<PARA>
54-
</PARA>
55-
<VARIABLELIST>
56-
<VARLISTENTRY>
57-
<TERM>
58-
<replaceable>
59-
status
60-
</replaceable>
61-
</TERM>
62-
<LISTITEM>
63-
<PARA>
6454
<VARIABLELIST>
6555
<VARLISTENTRY>
6656
<TERM>
@@ -81,12 +71,7 @@ CLOSE <REPLACEABLE CLASS="PARAMETER">cursor</REPLACEABLE>
8171
This warning is given if
8272
<REPLACEABLE CLASS="PARAMETER">cursor</REPLACEABLE> is not
8373
declared or has already been closed.
84-
</PARA>
85-
</LISTITEM>
86-
</VARLISTENTRY>
87-
</variablelist>
88-
</LISTITEM>
89-
</VARLISTENTRY>
74+
9075
</VARIABLELIST>
9176

9277
</REFSECT2>

doc/src/sgml/ref/cluster.sgml

+1-11
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ CLUSTER <REPLACEABLE CLASS="PARAMETER">indexname</REPLACEABLE> ON <REPLACEABLE C
6262
Outputs
6363
</TITLE>
6464
<PARA>
65-
</PARA>
66-
<VARIABLELIST>
67-
<VARLISTENTRY>
68-
<TERM>
69-
<replaceable>status</replaceable>
70-
</TERM>
71-
<LISTITEM>
72-
<PARA>
7365
<VARIABLELIST>
7466
<VARLISTENTRY>
7567
<TERM>
@@ -109,9 +101,7 @@ CLUSTER <REPLACEABLE CLASS="PARAMETER">indexname</REPLACEABLE> ON <REPLACEABLE C
109101
</PARA>
110102
</LISTITEM>
111103
</VARLISTENTRY>
112-
</variablelist>
113-
</LISTITEM>
114-
</VARLISTENTRY>
104+
115105
</VARIABLELIST>
116106

117107
</REFSECT2>

doc/src/sgml/ref/commands.sgml

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ commands supported by <productname>Postgres</productname>.
6363

6464
</Chapter>
6565

66+
<!--
67+
Disable this chapter until we have more functions documented.
68+
- thomas 1998-10-27
69+
6670
<chapter Id="sql-functions">
6771
<title>SQL Functions</title>
6872

@@ -78,6 +82,8 @@ functions supported by <productname>Postgres</productname>.
7882

7983
</chapter>
8084

85+
-->
86+
8187
<chapter Id="utilities">
8288
<title>Utility Applications</title>
8389

doc/src/sgml/ref/commit.sgml

+2-13
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ None
4242
Outputs
4343
</TITLE>
4444
<PARA>
45-
<VARIABLELIST>
46-
<VARLISTENTRY>
47-
<TERM>
48-
<replaceable>status</replaceable>
49-
</TERM>
50-
<LISTITEM>
51-
<PARA>
45+
5246
<VARIABLELIST>
5347
<VARLISTENTRY>
5448
<TERM>
@@ -67,12 +61,7 @@ Message returned if the transaction is successfully committed.
6761
<LISTITEM>
6862
<PARA>
6963
If there is no transaction in progress.
70-
</PARA>
71-
</LISTITEM>
72-
</VARLISTENTRY>
73-
</variablelist>
74-
</LISTITEM>
75-
</VARLISTENTRY>
64+
7665
</VARIABLELIST>
7766
</REFSECT2>
7867
</REFSYNOPSISDIV>

doc/src/sgml/ref/copy.sgml

+2-13
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,7 @@ Specifies that output goes to a pipe or terminal.
116116
Outputs
117117
</TITLE>
118118
<PARA>
119-
<VARIABLELIST>
120-
<VARLISTENTRY>
121-
<TERM>
122-
<Replaceable>status</Replaceable>
123-
</TERM>
124-
<LISTITEM>
125-
<PARA>
119+
126120
<VARIABLELIST>
127121
<VARLISTENTRY>
128122
<TERM>
@@ -141,12 +135,7 @@ Specifies that output goes to a pipe or terminal.
141135
<LISTITEM>
142136
<PARA>
143137
The copy failed for the reason stated in the error message.
144-
</PARA>
145-
</LISTITEM>
146-
</VARLISTENTRY>
147-
</variablelist>
148-
</LISTITEM>
149-
</VARLISTENTRY>
138+
150139
</VARIABLELIST>
151140
</REFSECT2>
152141
</REFSYNOPSISDIV>

doc/src/sgml/ref/create_aggregate.sgml

+1-14
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,7 @@ The initial value for the second transition function argument.
163163
Outputs
164164
</TITLE>
165165
<PARA>
166-
</PARA>
167-
<VARIABLELIST>
168-
<VARLISTENTRY>
169-
<TERM>
170-
<replaceable>status</replaceable>
171-
</TERM>
172-
<LISTITEM>
173-
<PARA>
166+
174167
<VARIABLELIST>
175168
<VARLISTENTRY>
176169
<TERM>
@@ -179,12 +172,6 @@ The initial value for the second transition function argument.
179172
<LISTITEM>
180173
<PARA>
181174
Message returned if the command completes successfully.
182-
</PARA>
183-
</LISTITEM>
184-
</VARLISTENTRY>
185-
</VARIABLELIST>
186-
</LISTITEM>
187-
</VARLISTENTRY>
188175
</VARIABLELIST>
189176

190177
</REFSECT2>

doc/src/sgml/ref/create_database.sgml

+3-15
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,7 @@ CREATE DATABASE <REPLACEABLE CLASS="PARAMETER">name</REPLACEABLE> [ WITH LOCATIO
6565
Outputs
6666
</TITLE>
6767
<PARA>
68-
</PARA>
69-
<VARIABLELIST>
70-
<VARLISTENTRY>
71-
<TERM>
72-
<replaceable>status</replaceable>
73-
</TERM>
74-
<LISTITEM>
75-
<PARA>
68+
7669
<VARIABLELIST>
7770
<VARLISTENTRY>
7871
<TERM>
@@ -102,13 +95,8 @@ CREATE DATABASE <REPLACEABLE CLASS="PARAMETER">name</REPLACEABLE> [ WITH LOCATIO
10295
<LISTITEM>
10396
<PARA>
10497
There was a problem with creating the required directory; this operation will
105-
need permissions for the <literal>postgres</literal> user on the specified location.
106-
</PARA>
107-
</LISTITEM>
108-
</VARLISTENTRY>
109-
</variablelist>
110-
</LISTITEM>
111-
</VARLISTENTRY>
98+
need permissions for the <literal>postgres</literal> user on the specified location.
99+
112100
</VARIABLELIST>
113101
</REFSECT2>
114102
</REFSYNOPSISDIV>

doc/src/sgml/ref/create_function.sgml

+1-14
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,7 @@ CREATE FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceab
100100
Outputs
101101
</TITLE>
102102
<PARA>
103-
</PARA>
104-
<VARIABLELIST>
105-
<VARLISTENTRY>
106-
<TERM>
107-
<replaceable>status</replaceable>
108-
</TERM>
109-
<LISTITEM>
110-
<PARA>
103+
111104
<VARIABLELIST>
112105
<VARLISTENTRY>
113106
<TERM>
@@ -116,12 +109,6 @@ CREATE FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceab
116109
<LISTITEM>
117110
<PARA>
118111
This is returned if the command completes successfully.
119-
</PARA>
120-
</LISTITEM>
121-
</VARLISTENTRY>
122-
</variablelist>
123-
</LISTITEM>
124-
</VARLISTENTRY>
125112
</VARIABLELIST>
126113
</REFSECT2>
127114
</REFSYNOPSISDIV>

doc/src/sgml/ref/create_index.sgml

+1-13
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,6 @@ SELECT am.amname AS acc_name,
165165
</TITLE>
166166
<PARA>
167167

168-
<VARIABLELIST>
169-
<VARLISTENTRY>
170-
<TERM>
171-
<replaceable>status</replaceable>
172-
</TERM>
173-
<LISTITEM>
174-
<PARA>
175168
<VARIABLELIST>
176169
<VARLISTENTRY>
177170
<TERM>
@@ -191,12 +184,7 @@ SELECT am.amname AS acc_name,
191184
<LISTITEM>
192185
<PARA>
193186
This error occurs if it is impossible to create the index.
194-
</PARA>
195-
</LISTITEM>
196-
</VARLISTENTRY>
197-
</variablelist>
198-
</LISTITEM>
199-
</VARLISTENTRY>
187+
200188
</VARIABLELIST>
201189

202190
</REFSECT2>

doc/src/sgml/ref/create_language.sgml

-14
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@ superuser privilege can use
104104
Outputs
105105
</TITLE>
106106
<PARA>
107-
</PARA>
108-
<VARIABLELIST>
109-
<VARLISTENTRY>
110-
<TERM>
111-
<replaceable>status</replaceable>
112-
</TERM>
113-
<LISTITEM>
114-
<PARA>
115107
<VARIABLELIST>
116108
<VARLISTENTRY>
117109
<TERM>
@@ -133,12 +125,6 @@ superuser privilege can use
133125
This error is returned if the function
134126
<replaceable class="parameter">funcname</replaceable>()
135127
is not found.
136-
</PARA>
137-
</LISTITEM>
138-
</VARLISTENTRY>
139-
</variablelist>
140-
</LISTITEM>
141-
</VARLISTENTRY>
142128
</VARIABLELIST>
143129
</REFSECT2>
144130
</REFSYNOPSISDIV>

0 commit comments

Comments
 (0)