Skip to content

Commit 5bf049b

Browse files
committed
Remove OID/foreign key mention in psql variable interpolation docs.
1 parent 09005f2 commit 5bf049b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.201 2008/05/05 01:38:08 adunstan Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.202 2008/05/08 00:27:57 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -2440,9 +2440,7 @@ testdb=&gt; <userinput>SELECT * FROM :foo;</userinput>
24402440
</para>
24412441

24422442
<para>
2443-
A popular application of this facility is to refer to the last
2444-
inserted <acronym>OID</acronym> in subsequent statements to build a
2445-
foreign key scenario. Another possible use of this mechanism is to
2443+
One possible use of this mechanism is to
24462444
copy the contents of a file into a table column. First load the file into a
24472445
variable and then proceed as above:
24482446
<programlisting>

0 commit comments

Comments
 (0)