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

Commit 340de72

Browse files
committed
doc: Remove unused title ids
FOP issues warnings about them. These aren't even used, so just remove them. For the ones that are actually used, we'll come up with a different solution. Discussion: https://www.postgresql.org/message-id/flat/e29b580e-79ab-a371-5ea4-6946e4d3af0b%402ndQuadrant.com
1 parent d90bd24 commit 340de72

8 files changed

+9
-9
lines changed

doc/src/sgml/ecpg.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ struct varchar_var { int len; char arr[180]; } var;
10431043
</para>
10441044

10451045
<sect4>
1046-
<title id="ecpg-type-timestamp-date">timestamp, date</title>
1046+
<title>timestamp, date</title>
10471047

10481048
<para>
10491049
Here is a pattern for handling <type>timestamp</type> variables
@@ -1208,7 +1208,7 @@ EXEC SQL END DECLARE SECTION;
12081208
</sect4>
12091209

12101210
<sect4>
1211-
<title id="ecpg-type-bytea">bytea</title>
1211+
<title>bytea</title>
12121212

12131213
<para>
12141214
The handling of the <type>bytea</type> type is similar to

doc/src/sgml/file-fdw.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
</para>
211211

212212
<example>
213-
<title id="csvlog-fdw">Create a Foreign Table for PostgreSQL CSV Logs</title>
213+
<title>Create a Foreign Table for PostgreSQL CSV Logs</title>
214214

215215
<para>
216216
One of the obvious uses for <literal>file_fdw</literal> is to make

doc/src/sgml/ref/commit_prepared.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ COMMIT PREPARED <replaceable class="parameter">transaction_id</replaceable>
7272
</refsect1>
7373

7474
<refsect1 id="sql-commit-prepared-examples">
75-
<title id="sql-commit-prepared-examples-title">Examples</title>
75+
<title>Examples</title>
7676
<para>
7777
Commit the transaction identified by the transaction
7878
identifier <literal>foobar</literal>:

doc/src/sgml/ref/create_foreign_table.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ CREATE FOREIGN TABLE measurement_y2016m07
400400
</refsect1>
401401

402402
<refsect1 id="sql-createforeigntable-compatibility">
403-
<title id="sql-createforeigntable-compatibility-title">Compatibility</title>
403+
<title>Compatibility</title>
404404

405405
<para>
406406
The <command>CREATE FOREIGN TABLE</command> command largely conforms to the

doc/src/sgml/ref/create_view.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
284284
</para>
285285

286286
<refsect2 id="sql-createview-updatable-views">
287-
<title id="sql-createview-updatable-views-title">Updatable Views</title>
287+
<title>Updatable Views</title>
288288

289289
<indexterm zone="sql-createview-updatable-views">
290290
<primary>updatable views</primary>

doc/src/sgml/ref/do.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DO [ LANGUAGE <replaceable class="parameter">lang_name</replaceable> ] <replacea
101101
</refsect1>
102102

103103
<refsect1 id="sql-do-examples">
104-
<title id="sql-do-examples-title">Examples</title>
104+
<title>Examples</title>
105105
<para>
106106
Grant all privileges on all views in schema <literal>public</literal> to
107107
role <literal>webuser</literal>:

doc/src/sgml/ref/prepare_transaction.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ PREPARE TRANSACTION <replaceable class="parameter">transaction_id</replaceable>
147147
</refsect1>
148148

149149
<refsect1 id="sql-prepare-transaction-examples">
150-
<title id="sql-prepare-transaction-examples-title">Examples</title>
150+
<title>Examples</title>
151151
<para>
152152
Prepare the current transaction for two-phase commit, using
153153
<literal>foobar</literal> as the transaction identifier:

doc/src/sgml/ref/rollback_prepared.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ROLLBACK PREPARED <replaceable class="parameter">transaction_id</replaceable>
7272
</refsect1>
7373

7474
<refsect1 id="sql-rollback-prepared-examples">
75-
<title id="sql-rollback-prepared-examples-title">Examples</title>
75+
<title>Examples</title>
7676
<para>
7777
Roll back the transaction identified by the transaction
7878
identifier <literal>foobar</literal>:

0 commit comments

Comments
 (0)