Index: doc/src/sgml/ref/create_type.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v
retrieving revision 1.72
diff -r1.72 create_type.sgml
615c615
<     serial id,
---
>     id serial,
Index: doc/src/sgml/ref/psql-ref.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.195
diff -r1.195 psql-ref.sgml
1660c1660
<           which will enable or display the tuples only mode.  If the
---
>           which will enable or disable the tuples only mode.  If the
