File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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>:
You can’t perform that action at this time.
0 commit comments