Index: doc/src/sgml/ref/create_table.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v
retrieving revision 1.94
diff -c -c -r1.94 create_table.sgml
*** doc/src/sgml/ref/create_table.sgml	13 Aug 2005 02:48:18 -0000	1.94
--- doc/src/sgml/ref/create_table.sgml	31 Oct 2005 18:11:27 -0000
***************
*** 421,427 ****
        primary key of the <replaceable
        class="parameter">reftable</replaceable> is used.  The
        referenced columns must be the columns of a unique or primary
!       key constraint in the referenced table.
       </para>
  
       <para>
--- 421,429 ----
        primary key of the <replaceable
        class="parameter">reftable</replaceable> is used.  The
        referenced columns must be the columns of a unique or primary
!       key constraint in the referenced table.  Note that foreign key
!       constraints may not be defined between temporary tables and
!       permanent tables.
       </para>
  
       <para>
