Re: regexp_matches for digit - Mailing list pgsql-general

From Jimit Amin
Subject Re: regexp_matches for digit
Date
Msg-id CA+4ipfJkiaxcNxpq+PeO4guSqPTYGtY6ZmJu-EJubvpinSKiuA@mail.gmail.com
Whole thread Raw
In response to regexp_matches for digit  (Ramesh T <rameshparnanditech@gmail.com>)
List pgsql-general
Jimit Amin

On Thu, Jul 9, 2015 at 9:54 PM, Ramesh T <rameshparnanditech@gmail.com> wrote:
Hi,
          in oracle regexp_like(entered date,'[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}','i')

for postgres i have regexp_matches ,But i need how to match [:digit:] in postgres when we pass date..?
any help

pgsql-general by date:

Previous
From: Ramesh T
Date:
Subject: regexp_matches for digit
Next
From: Andy Colson
Date:
Subject: Index Only Scan vs Cache