Index: doc/src/sgml/func.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/func.sgml,v retrieving revision 1.182 diff -c -c -r1.182 func.sgml *** doc/src/sgml/func.sgml 16 Dec 2003 15:27:58 -0000 1.182 --- doc/src/sgml/func.sgml 18 Dec 2003 03:53:59 -0000 *************** *** 3134,3140 **** Keep in mind that an escape's leading \ will need to be ! doubled when entering the pattern as an SQL string constant. --- 3134,3143 ---- Keep in mind that an escape's leading \ will need to be ! doubled when entering the pattern as an SQL string constant. For example: ! ! '123' ~ '^\\d{3}' true !