File tree 8 files changed +9
-9
lines changed
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;
1043
1043
</para>
1044
1044
1045
1045
<sect4>
1046
- <title id="ecpg-type-timestamp-date" >timestamp, date</title>
1046
+ <title>timestamp, date</title>
1047
1047
1048
1048
<para>
1049
1049
Here is a pattern for handling <type>timestamp</type> variables
@@ -1208,7 +1208,7 @@ EXEC SQL END DECLARE SECTION;
1208
1208
</sect4>
1209
1209
1210
1210
<sect4>
1211
- <title id="ecpg-type-bytea" >bytea</title>
1211
+ <title>bytea</title>
1212
1212
1213
1213
<para>
1214
1214
The handling of the <type>bytea</type> type is similar to
Original file line number Diff line number Diff line change 210
210
</para>
211
211
212
212
<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>
214
214
215
215
<para>
216
216
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>
72
72
</refsect1>
73
73
74
74
<refsect1 id="sql-commit-prepared-examples">
75
- <title id="sql-commit-prepared-examples-title" >Examples</title>
75
+ <title>Examples</title>
76
76
<para>
77
77
Commit the transaction identified by the transaction
78
78
identifier <literal>foobar</literal>:
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ CREATE FOREIGN TABLE measurement_y2016m07
400
400
</refsect1>
401
401
402
402
<refsect1 id="sql-createforeigntable-compatibility">
403
- <title id="sql-createforeigntable-compatibility-title" >Compatibility</title>
403
+ <title>Compatibility</title>
404
404
405
405
<para>
406
406
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;
284
284
</para>
285
285
286
286
<refsect2 id="sql-createview-updatable-views">
287
- <title id="sql-createview-updatable-views-title" >Updatable Views</title>
287
+ <title>Updatable Views</title>
288
288
289
289
<indexterm zone="sql-createview-updatable-views">
290
290
<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
101
101
</refsect1>
102
102
103
103
<refsect1 id="sql-do-examples">
104
- <title id="sql-do-examples-title" >Examples</title>
104
+ <title>Examples</title>
105
105
<para>
106
106
Grant all privileges on all views in schema <literal>public</literal> to
107
107
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>
147
147
</refsect1>
148
148
149
149
<refsect1 id="sql-prepare-transaction-examples">
150
- <title id="sql-prepare-transaction-examples-title" >Examples</title>
150
+ <title>Examples</title>
151
151
<para>
152
152
Prepare the current transaction for two-phase commit, using
153
153
<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>
72
72
</refsect1>
73
73
74
74
<refsect1 id="sql-rollback-prepared-examples">
75
- <title id="sql-rollback-prepared-examples-title" >Examples</title>
75
+ <title>Examples</title>
76
76
<para>
77
77
Roll back the transaction identified by the transaction
78
78
identifier <literal>foobar</literal>:
You can’t perform that action at this time.
0 commit comments