|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2440,9 +2440,7 @@ testdb=> <userinput>SELECT * FROM :foo;</userinput>
|
2440 | 2440 | </para>
|
2441 | 2441 |
|
2442 | 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 |
| 2443 | + One possible use of this mechanism is to |
2446 | 2444 | copy the contents of a file into a table column. First load the file into a
|
2447 | 2445 | variable and then proceed as above:
|
2448 | 2446 | <programlisting>
|
|