-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.393 2007/09/14 00:52:45 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.394 2007/09/14 14:54:25 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
</para>
<para>
- Note that the backslash already has a special meaning in string
- literals, so to write a pattern constant that contains a backslash
- you must write two backslashes in an SQL statement (assuming escape
- string syntax is used). Thus, writing a pattern
- that actually matches a literal backslash means writing four backslashes
- in the statement. You can avoid this by selecting a different escape
- character with <literal>ESCAPE</literal>; then a backslash is not special
- to <function>LIKE</function> anymore. (But it is still special to the string
+ Note that the backslash already has a special meaning in string literals,
+ so to write a pattern constant that contains a backslash you must write two
+ backslashes in an SQL statement (assuming escape string syntax is used, see
+ <xref linkend="sql-syntax-strings">). Thus, writing a pattern that
+ actually matches a literal backslash means writing four backslashes in the
+ statement. You can avoid this by selecting a different escape character
+ with <literal>ESCAPE</literal>; then a backslash is not special to
+ <function>LIKE</function> anymore. (But it is still special to the string
literal parser, so you still need two of them.)
</para>
meaning in <productname>PostgreSQL</> string literals.
To write a pattern constant that contains a backslash,
you must write two backslashes in the statement, assuming escape
- string syntax is used.
+ string syntax is used (see <xref linkend="sql-syntax-strings">).
</para>
</note>
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.244 2007/09/14 14:31:22 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.245 2007/09/14 14:54:25 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
user=appuser
ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
</synopsis>
- <para>
+ </para>
+
</sect1>