From: Peter Eisentraut Date: Wed, 4 May 2016 01:06:25 +0000 (-0400) Subject: doc: Fix typos X-Git-Tag: REL9_1_22~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acf913480e2869949d9113444ff3073eab243855;p=thirdparty%2Fpostgresql.git doc: Fix typos From: Alexander Law --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index d920f664e36..b4031c42cf0 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -632,7 +632,7 @@ EXEC SQL DEALLOCATE PREPARE name; EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2); - This statements refers to two C variables named + This statement refers to two C variables named v1 and v2 and also uses a regular SQL string literal, to illustrate that you are not restricted to use one kind of data or the other. @@ -3908,7 +3908,7 @@ typedef struct sqlda_struct sqlda_t; sqln - It contains the number of input parameters for a parametrized query + It contains the number of input parameters for a parametrized query in case it's passed into OPEN, DECLARE or EXECUTE statements using the USING keyword. In case it's used as output of SELECT, diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 21894f614eb..38664f6759d 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2523,7 +2523,7 @@ CancelRequest (F) The cancel request code. The value is chosen to contain 1234 in the most significant 16 bits, and 5678 in the - least 16 significant bits. (To avoid confusion, this code + least significant 16 bits. (To avoid confusion, this code must not be the same as any protocol version number.) @@ -4329,7 +4329,7 @@ SSLRequest (F) The SSL request code. The value is chosen to contain 1234 in the most significant 16 bits, and 5679 in the - least 16 significant bits. (To avoid confusion, this code + least significant 16 bits. (To avoid confusion, this code must not be the same as any protocol version number.)