From 5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 7 Nov 2007 12:24:24 +0000 Subject: Use "alternative" instead of "alternate" where it is clearer. --- doc/src/sgml/datatype.sgml | 4 ++-- doc/src/sgml/ecpg.sgml | 4 ++-- doc/src/sgml/ref/create_role.sgml | 4 ++-- doc/src/sgml/ref/create_rule.sgml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 5f173c907a..9cebbff719 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -1180,7 +1180,7 @@ SELECT b, char_length(b) FROM test2; general, to escape an octet, it is converted into the three-digit octal number equivalent of its decimal octet value, and preceded by two backslashes. - shows the characters that must be escaped, and gives the alternate + shows the characters that must be escaped, and gives the alternative escape sequences where applicable. diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index d8ebbd46b8..e57b5222d0 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -1771,7 +1771,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt %Ow %OW %Oy - are supposed to provide alternate representations. + are supposed to provide alternative representations. Additionally %OB implemented to represent diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 1ad27d221c..17c3a5399d 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -1,5 +1,5 @@ @@ -167,7 +167,7 @@ where option can be: privileges, but are not users in the usual sense of the word. If not specified, NOLOGIN is the default, except when - CREATE ROLE is invoked through its alternate spelling + CREATE ROLE is invoked through its alternative spelling CREATE USER. diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml index 6d42196d57..73181f0228 100644 --- a/doc/src/sgml/ref/create_rule.sgml +++ b/doc/src/sgml/ref/create_rule.sgml @@ -1,5 +1,5 @@ @@ -39,7 +39,7 @@ CREATE [ OR REPLACE ] RULE name AS The PostgreSQL rule system allows one to - define an alternate action to be performed on insertions, updates, + define an alternative action to be performed on insertions, updates, or deletions in database tables. Roughly speaking, a rule causes additional commands to be executed when a given command on a given table is executed. Alternatively, an INSTEAD -- cgit v1.2.1