We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09005f2 commit 5bf049bCopy full SHA for 5bf049b
doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -2440,9 +2440,7 @@ testdb=> <userinput>SELECT * FROM :foo;</userinput>
2440
</para>
2441
2442
<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
+ One possible use of this mechanism is to
2446
copy the contents of a file into a table column. First load the file into a
2447
variable and then proceed as above:
2448
<programlisting>
0 commit comments