diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/dblink/doc/misc | 6 | ||||
-rw-r--r-- | contrib/tsearch2/docs/tsearch2-guide.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/dblink/doc/misc b/contrib/dblink/doc/misc index 3834afd8724..db31e8f1536 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 d2d764580c7..29b7518391d 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, |