mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Use "alternative" instead of "alternate" where it is clearer.
This commit is contained in:
@ -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
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user