Add some links for escape strings.
authorBruce Momjian
Fri, 14 Sep 2007 14:54:25 +0000 (14:54 +0000)
committerBruce Momjian
Fri, 14 Sep 2007 14:54:25 +0000 (14:54 +0000)
Brendan Jurd

Fix markup in previous commit.

doc/src/sgml/func.sgml
doc/src/sgml/libpq.sgml

index e61a20aa3962ad003928749f96453d30f0806b28..5eee5b1156ee8eb6896e55c9358115c75222e60e 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
@@ -2929,14 +2929,14 @@ cast(-44 as bit(12))           111111010100
    
 
    
-    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 ESCAPE; then a backslash is not special
-    to LIKE 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
+    ).  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 ESCAPE; then a backslash is not special to
+    LIKE anymore. (But it is still special to the string
     literal parser, so you still need two of them.)
    
 
@@ -3549,7 +3549,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
      meaning in 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 ).
     
    
 
index 1c033e308417b2c014d1e2e88808fc77a27fa8d0..f98db479cd07c0c1e222652211ebd1b2b57a2d5f 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -5097,7 +5097,8 @@ defaultNoticeProcessor(void *arg, const char *message)
     user=appuser
     ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
    
-  
+  
+