Domain for regular expressions? - Mailing list pgsql-general

From Tim Landscheidt
Subject Domain for regular expressions?
Date
Msg-id m3k4snxmaj.fsf@passepartout.tim-landscheidt.de
Whole thread Raw
List pgsql-general
Hi,

is there a "proper" domain for regular expressions? At the
moment I'm using:

| CREATE DOMAIN RegularExpression AS TEXT CHECK('' ~ VALUE OR '' !~ VALUE);

which works.

Tim

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: How to configure the postmaster daemon so that it accepts TCP connections?
Next
From: Ankuj Gupta
Date:
Subject: Re: How to configure the postmaster daemon so that it accepts TCP connections?