diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-05-08 00:27:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-05-08 00:27:57 +0000 |
commit | 5bf049b56c024f4e2519460b6a6ecb7cdb49218f (patch) | |
tree | 7824692bb366cb9ef0e10fce49d7fe4f03a6c961 /doc/src | |
parent | 09005f2fec1ee32f7040784eb876d0b50cd13972 (diff) | |
download | postgresql-5bf049b56c024f4e2519460b6a6ecb7cdb49218f.tar.gz postgresql-5bf049b56c024f4e2519460b6a6ecb7cdb49218f.zip |
Remove OID/foreign key mention in psql variable interpolation docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1bef1dfd8db..72bae112701 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.201 2008/05/05 01:38:08 adunstan Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.202 2008/05/08 00:27:57 momjian Exp $ PostgreSQL documentation --> @@ -2440,9 +2440,7 @@ testdb=> <userinput>SELECT * FROM :foo;</userinput> </para> <para> - A popular application of this facility is to refer to the last - inserted <acronym>OID</acronym> in subsequent statements to build a - foreign key scenario. Another possible use of this mechanism is to + One possible use of this mechanism is to copy the contents of a file into a table column. First load the file into a variable and then proceed as above: <programlisting> |