]> granicus.if.org Git - postgresql/commit
Bring SIMILAR TO and SUBSTRING into some semblance of conformance with
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Sep 2002 17:27:25 +0000 (17:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Sep 2002 17:27:25 +0000 (17:27 +0000)
commit9946b83dedb629b9eff1c063b9fbcaab25c209df
treeb95a72601c503b1139154c1d95561c37b9dfabf8
parentac355d558e27dd6b11b1d202de887a6d62d22ac6
Bring SIMILAR TO and SUBSTRING into some semblance of conformance with
the SQL99 standard.  (I'm not sure that the character-class features are
quite right, but that can be fixed later.)  Document SQL99 and POSIX
regexps as being different features; provide variants of SUBSTRING for
each.
doc/src/sgml/func.sgml
src/backend/parser/gram.y
src/backend/utils/adt/regexp.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql