File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -532,10 +532,10 @@ include_dir 'conf.d'
532
532
</term>
533
533
<listitem>
534
534
<para>
535
- Specifies the configuration file for
536
- <xref linkend="auth-username-maps"> user name mapping
535
+ Specifies the configuration file for user name mapping
537
536
(customarily called <filename>pg_ident.conf</>).
538
537
This parameter can only be set at server start.
538
+ See also <xref linkend="auth-username-maps">.
539
539
</para>
540
540
</listitem>
541
541
</varlistentry>
Original file line number Diff line number Diff line change @@ -1162,7 +1162,7 @@ EXEC SQL END DECLARE SECTION;
1162
1162
There are two use cases for arrays as host variables. The first
1163
1163
is a way to store some text string in <type>char[]</type>
1164
1164
or <type>VARCHAR[]</type>, as
1165
- explained <xref linkend="ecpg-char">. The second use case is to
1165
+ explained in <xref linkend="ecpg-char">. The second use case is to
1166
1166
retrieve multiple rows from a query result without using a
1167
1167
cursor. Without an array, to process a query result consisting
1168
1168
of multiple rows, it is required to use a cursor and
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
207
207
middleware. Care must also be taken that all
208
208
transactions either commit or abort on all servers, perhaps
209
209
using two-phase commit (<xref linkend="sql-prepare-transaction">
210
- and <xref linkend="sql-commit-prepared">.
210
+ and <xref linkend="sql-commit-prepared">) .
211
211
<productname>Pgpool-II</> and <productname>Continuent Tungsten</>
212
212
are examples of this type of replication.
213
213
</para>
You can’t perform that action at this time.
0 commit comments