Eric Schwarzenbach <[email protected]> writes: > ... (Also FWIW, the latest version of > this regexp is now '^([0-9]+.)*[0-9]+$')
Um, that's not gonna do what you want at all. Outside brackets, a dot
is a wildcard. (Regex syntax is a mess :-(.)
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
