From: Peter Eisentraut Date: Sun, 19 Mar 2017 03:44:30 +0000 (-0400) Subject: doc: Fix a few typos and awkward links X-Git-Tag: REL9_2_21~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10a3637eaf9d95c3b8a969a380895ddac1cbbe0f;p=thirdparty%2Fpostgresql.git doc: Fix a few typos and awkward links --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6a31fa63fe7..d2526a1bd3e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -280,10 +280,10 @@ SET ENABLE_SEQSCAN TO OFF; - Specifies the configuration file for - user name mapping + Specifies the configuration file for user name mapping (customarily called pg_ident.conf). This parameter can only be set at server start. + See also . diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 6a5a7813148..849a95ff22f 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1160,7 +1160,7 @@ EXEC SQL END DECLARE SECTION; There are two use cases for arrays as host variables. The first is a way to store some text string in char[] or VARCHAR[], as - explained . The second use case is to + explained in . The second use case is to retrieve multiple rows from a query result without using a cursor. Without an array, to process a query result consisting of multiple rows, it is required to use a cursor and diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index f2b28551e00..c634dc2b47a 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order. middleware. Care must also be taken that all transactions either commit or abort on all servers, perhaps using two-phase commit ( - and . + and ). Pgpool-II and Continuent Tungsten are examples of this type of replication.