The regexp pattern characters ^ and $ should be explained as matching
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2001 18:14:31 +0000 (18:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2001 18:14:31 +0000 (18:14 +0000)
commit03de15cb7bcc6d6c98522066592d3fd8df705884
tree40adf88382118e6cae7bf7a9107d6a49dcc6ddf5
parent4b90c78df49c98f863c70b8450a78f695bebb89f
The regexp pattern characters ^ and $ should be explained as matching
at the beginning and end of the input string, not the beginning and end
of "a line", since Postgres does not allow them to match at newline
characters in the data.
doc/src/sgml/func.sgml