OSDN Git Service

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)
commit39ceedf5e04f131af8432ecc7c3e3503b560203b
tree5dca1e2ec24b1decdc66f4243071a80e631c81f3
parent42eaad0575c920ae1a95eaed4b6f7742be8e91db
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