Pattern matching.... - Mailing list pgsql-general

From Steve Wolfe
Subject Pattern matching....
Date
Msg-id 001c01c1b0f2$dbb17960$d281f6cc@iboats.com
Whole thread Raw
Responses Re: Pattern matching....
List pgsql-general
  Here's a question... in Perl, I could do a pattern match like this:

 =~ /$var[A-Z]/

  In PG, I can do something similar, matching a field name:

 ~* my_field

  But how do I add the "[A-Z]" to it?

steve



pgsql-general by date:

Previous
From: "Beth Gatewood"
Date:
Subject: sql to find all the foreign keys
Next
From: Edwin Grubbs
Date:
Subject: Re: foreign keys and transactions