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

Commit 1ff01b3

Browse files
committed
Convert SGML IDs to lower case
IDs in SGML are case insensitive, and we have accumulated a mix of upper and lower case IDs, including different variants of the same ID. In XML, these will be case sensitive, so we need to fix up those differences. Going to all lower case seems most straightforward, and the current build process already makes all anchors and lower case anyway during the SGML->XML conversion, so this doesn't create any difference in the output right now. A future XML-only build process would, however, maintain any mixed case ID spellings in the output, so that is another reason to clean this up beforehand. Author: Alexander Lakhin <exclusion@gmail.com>
1 parent 36ea99c commit 1ff01b3

File tree

234 files changed

+925
-925
lines changed

Some content is hidden

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

234 files changed

+925
-925
lines changed

doc/src/sgml/acronyms.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<term><acronym>GIN</acronym></term>
233233
<listitem>
234234
<para>
235-
<link linkend="GIN">Generalized Inverted Index</link>
235+
<link linkend="gin">Generalized Inverted Index</link>
236236
</para>
237237
</listitem>
238238
</varlistentry>
@@ -241,7 +241,7 @@
241241
<term><acronym>GiST</acronym></term>
242242
<listitem>
243243
<para>
244-
<link linkend="GiST">Generalized Search Tree</link>
244+
<link linkend="gist">Generalized Search Tree</link>
245245
</para>
246246
</listitem>
247247
</varlistentry>
@@ -583,7 +583,7 @@
583583
<term><acronym>SP-GiST</acronym></term>
584584
<listitem>
585585
<para>
586-
<link linkend="SPGiST">Space-Partitioned Generalized Search Tree</link>
586+
<link linkend="spgist">Space-Partitioned Generalized Search Tree</link>
587587
</para>
588588
</listitem>
589589
</varlistentry>

doc/src/sgml/arch-dev.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Author</title>
88
<para>
99
This chapter originated as part of
10-
<xref linkend="SIM98">, Stefan Simkovics'
10+
<xref linkend="sim98">, Stefan Simkovics'
1111
Master's Thesis prepared at Vienna University of Technology under the direction
1212
of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
1313
</para>

doc/src/sgml/biblio.sgml

+20-20
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<bibliodiv>
1919
<title><acronym>SQL</acronym> Reference Books</title>
2020

21-
<biblioentry id="BOWMAN01">
21+
<biblioentry id="bowman01">
2222
<title>The Practical <acronym>SQL</acronym> Handbook</title>
2323
<subtitle>Using SQL Variants</subtitle>
2424
<edition>Fourth Edition</edition>
@@ -43,7 +43,7 @@
4343
<pubdate>2001</pubdate>
4444
</biblioentry>
4545

46-
<biblioentry id="DATE97">
46+
<biblioentry id="date97">
4747
<title>A Guide to the <acronym>SQL</acronym> Standard</title>
4848
<subtitle>A user's guide to the standard database language <acronym>SQL</acronym></subtitle>
4949
<edition>Fourth Edition</edition>
@@ -64,7 +64,7 @@
6464
<pubdate>1997</pubdate>
6565
</biblioentry>
6666

67-
<biblioentry id="DATE04">
67+
<biblioentry id="date04">
6868
<title>An Introduction to Database Systems</title>
6969
<edition>Eighth Edition</edition>
7070
<authorgroup>
@@ -80,7 +80,7 @@
8080
<pubdate>2003</pubdate>
8181
</biblioentry>
8282

83-
<biblioentry id="ELMA04">
83+
<biblioentry id="elma04">
8484
<title>Fundamentals of Database Systems</title>
8585
<edition>Fourth Edition</edition>
8686
<authorgroup>
@@ -100,7 +100,7 @@
100100
<pubdate>2003</pubdate>
101101
</biblioentry>
102102

103-
<biblioentry id="MELT93">
103+
<biblioentry id="melt93">
104104
<title>Understanding the New <acronym>SQL</acronym></title>
105105
<subtitle>A complete guide</subtitle>
106106
<authorgroup>
@@ -120,7 +120,7 @@
120120
<pubdate>1993</pubdate>
121121
</biblioentry>
122122

123-
<biblioentry id="ULL88">
123+
<biblioentry id="ull88">
124124
<title>Principles of Database and Knowledge</title>
125125
<subtitle>Base Systems</subtitle>
126126
<authorgroup>
@@ -141,7 +141,7 @@
141141
<bibliodiv>
142142
<title>PostgreSQL-specific Documentation</title>
143143

144-
<biblioentry id="SIM98">
144+
<biblioentry id="sim98">
145145
<title>Enhancement of the ANSI SQL Implementation of PostgreSQL</title>
146146
<authorgroup>
147147
<author>
@@ -185,7 +185,7 @@ ssimkovi@ag.or.at
185185
<pubdate>November 29, 1998</pubdate>
186186
</biblioentry>
187187

188-
<biblioentry id="YU95">
188+
<biblioentry id="yu95">
189189
<title>The <productname>Postgres95</productname> User Manual</title>
190190
<authorgroup>
191191
<author>
@@ -204,7 +204,7 @@ ssimkovi@ag.or.at
204204
<pubdate>Sept. 5, 1995</pubdate>
205205
</biblioentry>
206206

207-
<biblioentry id="FONG">
207+
<biblioentry id="fong">
208208
<title><ulink url="http://db.cs.berkeley.edu/papers/UCB-MS-zfong.pdf">The
209209
design and implementation of the <productname>POSTGRES</productname> query
210210
optimizer</ulink></title>
@@ -222,7 +222,7 @@ ssimkovi@ag.or.at
222222
<bibliodiv>
223223
<title>Proceedings and Articles</title>
224224

225-
<biblioentry id="OLSON93">
225+
<biblioentry id="olson93">
226226
<title>Partial indexing in POSTGRES: research project</title>
227227
<authorgroup>
228228
<author>
@@ -238,7 +238,7 @@ ssimkovi@ag.or.at
238238
<pubdate>1993</pubdate>
239239
</biblioentry>
240240

241-
<biblioentry id="ONG90">
241+
<biblioentry id="ong90">
242242
<biblioset relation="article">
243243
<title>A Unified Framework for Version Modeling Using Production Rules in a Database System</title>
244244
<authorgroup>
@@ -262,7 +262,7 @@ ssimkovi@ag.or.at
262262
</biblioset>
263263
</biblioentry>
264264

265-
<biblioentry id="ROWE87">
265+
<biblioentry id="rowe87">
266266
<biblioset relation="article">
267267
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname>
268268
data model</ulink></title>
@@ -284,7 +284,7 @@ ssimkovi@ag.or.at
284284
</confgroup>
285285
</biblioentry>
286286

287-
<biblioentry id="SESHADRI95">
287+
<biblioentry id="seshadri95">
288288
<biblioset relation="article">
289289
<title><ulink url="http://citeseer.ist.psu.edu/seshadri95generalized.html">Generalized
290290
Partial Indexes</ulink></title>
@@ -313,7 +313,7 @@ ssimkovi@ag.or.at
313313
<pagenums>420-7</pagenums>
314314
</biblioentry>
315315

316-
<biblioentry id="STON86">
316+
<biblioentry id="ston86">
317317
<biblioset relation="article">
318318
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M85-95.pdf">The
319319
design of <productname>POSTGRES</productname></ulink></title>
@@ -335,7 +335,7 @@ ssimkovi@ag.or.at
335335
</confgroup>
336336
</biblioentry>
337337

338-
<biblioentry id="STON87a">
338+
<biblioentry id="ston87a">
339339
<biblioset relation="article">
340340
<title>The design of the <productname>POSTGRES</productname> rules system</title>
341341
<authorgroup>
@@ -360,7 +360,7 @@ ssimkovi@ag.or.at
360360
</confgroup>
361361
</biblioentry>
362362

363-
<biblioentry id="STON87b">
363+
<biblioentry id="ston87b">
364364
<biblioset relation="article">
365365
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-06.pdf">The
366366
design of the <productname>POSTGRES</productname> storage
@@ -379,7 +379,7 @@ ssimkovi@ag.or.at
379379
</confgroup>
380380
</biblioentry>
381381

382-
<biblioentry id="STON89">
382+
<biblioentry id="ston89">
383383
<biblioset relation="article">
384384
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-82.pdf">A
385385
commentary on the <productname>POSTGRES</productname> rules
@@ -405,7 +405,7 @@ ssimkovi@ag.or.at
405405
</biblioset>
406406
</biblioentry>
407407

408-
<biblioentry id="STON89b">
408+
<biblioentry id="ston89b">
409409
<biblioset relation="article">
410410
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-17.pdf">The
411411
case for partial indexes</ulink></title>
@@ -423,7 +423,7 @@ ssimkovi@ag.or.at
423423
</biblioset>
424424
</biblioentry>
425425

426-
<biblioentry id="STON90a">
426+
<biblioentry id="ston90a">
427427
<biblioset relation="article">
428428
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-34.pdf">The
429429
implementation of <productname>POSTGRES</productname></ulink></title>
@@ -451,7 +451,7 @@ ssimkovi@ag.or.at
451451
</biblioset>
452452
</biblioentry>
453453

454-
<biblioentry id="STON90b">
454+
<biblioentry id="ston90b">
455455
<biblioset relation="article">
456456
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-36.pdf">On
457457
Rules, Procedures, Caching and Views in Database Systems</ulink></title>

doc/src/sgml/brin.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/brin.sgml -->
22

3-
<chapter id="BRIN">
3+
<chapter id="brin">
44
<title>BRIN Indexes</title>
55

66
<indexterm>

doc/src/sgml/btree-gist.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
In addition to the typical B-tree search operators, <filename>btree_gist</filename>
3737
also provides index support for <literal>&lt;&gt;</literal> (<quote>not
3838
equals</quote>). This may be useful in combination with an
39-
<link linkend="SQL-CREATETABLE-EXCLUDE">exclusion constraint</link>,
39+
<link linkend="sql-createtable-exclude">exclusion constraint</link>,
4040
as described below.
4141
</para>
4242

@@ -70,7 +70,7 @@ SELECT *, a &lt;-&gt; 42 AS dist FROM test ORDER BY a &lt;-&gt; 42 LIMIT 10;
7070
</programlisting>
7171

7272
<para>
73-
Use an <link linkend="SQL-CREATETABLE-EXCLUDE">exclusion
73+
Use an <link linkend="sql-createtable-exclude">exclusion
7474
constraint</link> to enforce the rule that a cage at a zoo
7575
can contain only one kind of animal:
7676
</para>

doc/src/sgml/config.sgml

+9-9
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ shared_buffers = 128MB
170170
<filename>postgresql.auto.conf</filename><indexterm><primary>postgresql.auto.conf</primary></indexterm>,
171171
which has the same format as <filename>postgresql.conf</filename> but should
172172
never be edited manually. This file holds settings provided through
173-
the <xref linkend="SQL-ALTERSYSTEM"> command. This file is automatically
173+
the <xref linkend="sql-altersystem"> command. This file is automatically
174174
read whenever <filename>postgresql.conf</filename> is, and its settings take
175175
effect in the same way. Settings in <filename>postgresql.auto.conf</filename>
176176
override those in <filename>postgresql.conf</filename>.
@@ -191,7 +191,7 @@ shared_buffers = 128MB
191191
<para>
192192
<productname>PostgreSQL</productname> provides three SQL
193193
commands to establish configuration defaults.
194-
The already-mentioned <xref linkend="SQL-ALTERSYSTEM"> command
194+
The already-mentioned <xref linkend="sql-altersystem"> command
195195
provides a SQL-accessible means of changing global defaults; it is
196196
functionally equivalent to editing <filename>postgresql.conf</filename>.
197197
In addition, there are two commands that allow setting of defaults
@@ -232,15 +232,15 @@ shared_buffers = 128MB
232232
<itemizedlist>
233233
<listitem>
234234
<para>
235-
The <xref linkend="SQL-SHOW"> command allows inspection of the
235+
The <xref linkend="sql-show"> command allows inspection of the
236236
current value of all parameters. The corresponding function is
237237
<function>current_setting(setting_name text)</function>.
238238
</para>
239239
</listitem>
240240

241241
<listitem>
242242
<para>
243-
The <xref linkend="SQL-SET"> command allows modification of the
243+
The <xref linkend="sql-set"> command allows modification of the
244244
current value of those parameters that can be set locally to a
245245
session; it has no effect on other sessions.
246246
The corresponding function is
@@ -266,7 +266,7 @@ shared_buffers = 128MB
266266

267267
<listitem>
268268
<para>
269-
Using <xref linkend="SQL-UPDATE"> on this view, specifically
269+
Using <xref linkend="sql-update"> on this view, specifically
270270
updating the <structname>setting</structname> column, is the equivalent
271271
of issuing <command>SET</command> commands. For example, the equivalent of
272272
<programlisting>
@@ -6237,7 +6237,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
62376237

62386238
<para>
62396239
For more information on row security policies,
6240-
see <xref linkend="SQL-CREATEPOLICY">.
6240+
see <xref linkend="sql-createpolicy">.
62416241
</para>
62426242
</listitem>
62436243
</varlistentry>
@@ -7040,7 +7040,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
70407040
This variable specifies one or more shared libraries that are to be
70417041
preloaded at connection start.
70427042
It contains a comma-separated list of library names, where each name
7043-
is interpreted as for the <xref linkend="SQL-LOAD"> command.
7043+
is interpreted as for the <xref linkend="sql-load"> command.
70447044
Whitespace between entries is ignored; surround a library name with
70457045
double quotes if you need to include whitespace or commas in the name.
70467046
The parameter value only takes effect at the start of the connection.
@@ -7091,7 +7091,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
70917091
This variable specifies one or more shared libraries that are to be
70927092
preloaded at connection start.
70937093
It contains a comma-separated list of library names, where each name
7094-
is interpreted as for the <xref linkend="SQL-LOAD"> command.
7094+
is interpreted as for the <xref linkend="sql-load"> command.
70957095
Whitespace between entries is ignored; surround a library name with
70967096
double quotes if you need to include whitespace or commas in the name.
70977097
The parameter value only takes effect at the start of the connection.
@@ -7133,7 +7133,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
71337133
This variable specifies one or more shared libraries to be preloaded at
71347134
server start.
71357135
It contains a comma-separated list of library names, where each name
7136-
is interpreted as for the <xref linkend="SQL-LOAD"> command.
7136+
is interpreted as for the <xref linkend="sql-load"> command.
71377137
Whitespace between entries is ignored; surround a library name with
71387138
double quotes if you need to include whitespace or commas in the name.
71397139
This parameter can only be set at server start. If a specified

0 commit comments

Comments
 (0)