summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-11-07 12:24:24 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-11-07 12:24:24 +0000
commit5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b (patch)
tree557979f35c5b949d1fd8db7375b10fea6623aea6 /contrib
parente9d7bd2650f63f3395d8d597c37caffc67803b94 (diff)
downloadpostgresql-5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b.tar.gz
Use "alternative" instead of "alternate" where it is clearer.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/dblink/doc/misc6
-rw-r--r--contrib/tsearch2/docs/tsearch2-guide.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/dblink/doc/misc b/contrib/dblink/doc/misc
index 3834afd872..db31e8f153 100644
--- a/contrib/dblink/doc/misc
+++ b/contrib/dblink/doc/misc
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/contrib/dblink/doc/misc,v 1.4 2006/09/02 21:11:15 joe Exp $
+$PostgreSQL: pgsql/contrib/dblink/doc/misc,v 1.5 2007/11/07 12:24:23 petere Exp $
==================================================================
Name
@@ -63,12 +63,12 @@ Name
dblink_build_sql_insert -- builds an insert statement using a local
tuple, replacing the selection key field
- values with alternate supplied values
+ values with alternative supplied values
dblink_build_sql_delete -- builds a delete statement using supplied
values for selection key field values
dblink_build_sql_update -- builds an update statement using a local
tuple, replacing the selection key field
- values with alternate supplied values
+ values with alternative supplied values
Synopsis
diff --git a/contrib/tsearch2/docs/tsearch2-guide.html b/contrib/tsearch2/docs/tsearch2-guide.html
index d2d764580c..29b7518391 100644
--- a/contrib/tsearch2/docs/tsearch2-guide.html
+++ b/contrib/tsearch2/docs/tsearch2-guide.html
@@ -701,7 +701,7 @@ simply as a list of lexemes to be included in the vector.
Their order was lost,
as was the number of times each lexeme appeared.
You must keep in mind that directly creating vectors with casting
-is <i>not</i> an alternate means of parsing;
+is <i>not</i> an alternative means of parsing;
it is a way of directly entering lexemes into a vector <i>without</i> parsing.
<p>
Queries can also be created through casting,