Index: doc/src/sgml/datatype.sgml =================================================================== RCS file: /opt/src/cvs/pgsql-server/doc/src/sgml/datatype.sgml,v retrieving revision 1.119 diff -c -r1.119 datatype.sgml *** doc/src/sgml/datatype.sgml 25 Jun 2003 03:50:52 -0000 1.119 --- doc/src/sgml/datatype.sgml 25 Jun 2003 06:19:28 -0000 *************** *** 1062,1069 **** literal in an SQL statement. In general, to escape an octet, it is converted into the three-digit octal number equivalent of its decimal octet value, and preceded by two ! backslashes. Some octet values have alternate escape sequences, as ! shown in . --- 1062,1070 ---- literal in an SQL statement. In general, to escape an octet, it is converted into the three-digit octal number equivalent of its decimal octet value, and preceded by two ! backslashes. contains the ! characters which must be escaped, and gives the alternate escape ! sequences where applicable.