From 50ffb7d6d2d3f039d5f34a66d97e35c5bb7745f1 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 8a9c30ba41..b9b2141a5d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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