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

Commit3d83e28

Browse files
author
Thomas G. Lockhart
committed
Minor cleanup in markup, especially in the Output section.
1 parent3ac0a4e commit3d83e28

File tree

61 files changed

+168
-818
lines changed

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‎

Lines changed: 2 additions & 13 deletions
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‎

Lines changed: 1 addition & 15 deletions
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‎

Lines changed: 2 additions & 15 deletions
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‎

Lines changed: 1 addition & 16 deletions
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‎

Lines changed: 1 addition & 11 deletions
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‎

Lines changed: 6 additions & 0 deletions
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‎

Lines changed: 2 additions & 13 deletions
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‎

Lines changed: 2 additions & 13 deletions
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‎

Lines changed: 1 addition & 14 deletions
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‎

Lines changed: 3 additions & 15 deletions
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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp