Re: Search for text in any function

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Rob Richardson <Rob(dot)Richardson(at)rad-con(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Search for text in any function
Date: 2009-02-19 18:29:27
Message-ID: 20090219182927.GA30569@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 19, 2009 at 01:27:23PM -0500, Rob Richardson wrote:
> Thank you very much. It works, as I'm sure you knew.
>
> But I have a further question. I've never seen the "~*" operator
> before, and searching for it in the docs and on Google did not return
> any results I could find. What does it mean?

http://www.postgresql.org/docs/current/interactive/functions-matching.html

*~ is: Matches regular expression, case insensitive

Best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/
jid/gtalk: depesz(at)depesz(dot)com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2009-02-19 18:31:49 Re: How to pipe the psql copy command to Unix 'Date' command
Previous Message Rob Richardson 2009-02-19 18:27:23 Re: Search for text in any function