From 5bf049b56c024f4e2519460b6a6ecb7cdb49218f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 May 2008 00:27:57 +0000 Subject: [PATCH] Remove OID/foreign key mention in psql variable interpolation docs. --- doc/src/sgml/ref/psql-ref.sgml | 6 ++---- 1 file 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 @@ @@ -2440,9 +2440,7 @@ testdb=> SELECT * FROM :foo; - A popular application of this facility is to refer to the last - inserted OID 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: -- 2.39.5