Index: create_table.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v retrieving revision 1.96 retrieving revision 1.98 diff -c -c -r1.96 -r1.98 *** create_table.sgml 1 Nov 2005 21:09:50 -0000 1.96 --- create_table.sgml 16 Jan 2006 19:53:12 -0000 1.98 *************** *************** *** 293,300 **** CONSTRAINT constraint_name ! An optional name for a column or table constraint. If not specified, ! the system generates a name. --- 293,304 ---- CONSTRAINT constraint_name ! An optional name for a column or table constraint. If the ! constraint is violated, the constraint name is present in error messages, ! so constraint names like "col must be positive" can be used ! to communicate helpful constraint information to client applications. ! (Double-quotes are required for constraint names that contain spaces.) ! If not specified, the system generates a name.