? HISTORY.html
Index: ddl.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v
retrieving revision 1.69
diff -c -r1.69 ddl.sgml
*** ddl.sgml	28 Nov 2006 01:09:01 -0000	1.69
--- ddl.sgml	30 Dec 2006 20:24:19 -0000
***************
*** 974,980 ****
        The physical location of the row version within its table.  Note that
        although the <structfield>ctid</structfield> can be used to
        locate the row version very quickly, a row's
!       <structfield>ctid</structfield> will change each time it is
        updated or moved by <command>VACUUM FULL</>.  Therefore
        <structfield>ctid</structfield> is useless as a long-term row
        identifier.  The OID, or even better a user-defined serial
--- 974,980 ----
        The physical location of the row version within its table.  Note that
        although the <structfield>ctid</structfield> can be used to
        locate the row version very quickly, a row's
!       <structfield>ctid</structfield> will change if it is
        updated or moved by <command>VACUUM FULL</>.  Therefore
        <structfield>ctid</structfield> is useless as a long-term row
        identifier.  The OID, or even better a user-defined serial
