Index: doc/src/sgml/ref/psql-ref.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.201
diff -c -c -r1.201 psql-ref.sgml
*** doc/src/sgml/ref/psql-ref.sgml	5 May 2008 01:38:08 -0000	1.201
--- doc/src/sgml/ref/psql-ref.sgml	8 May 2008 00:19:55 -0000
***************
*** 2440,2448 ****
      </para>
  
      <para>
!     A popular application of this facility is to refer to the last
!     inserted <acronym>OID</acronym> in subsequent statements to build a
!     foreign key scenario. Another 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:
  <programlisting>
--- 2440,2446 ----
      </para>
  
      <para>
!     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:
  <programlisting>
