Re: Domain check constraint not honored? - Mailing list pgsql-general

From Tom Lane
Subject Re: Domain check constraint not honored?
Date
Msg-id 19633.1446159661@sss.pgh.pa.us
Whole thread Raw
In response to Re: Domain check constraint not honored?  (Eric Schwarzenbach <subscriber@blackbrook.org>)
Responses Re: Domain check constraint not honored?  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
Eric Schwarzenbach <subscriber@blackbrook.org> 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


pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Domain check constraint not honored?
Next
From: Rob Sargent
Date:
Subject: Re: Domain check constraint not honored?