Thanks very much. I was searching for a string containing an upper-case letter without remembering that I used lower(). And your suggestion of ilike is much
better than like here. RobR From: bricklen [mailto:bricklen@xxxxxxxxx]
On Thu, Sep 26, 2013 at 9:04 AM, Rob Richardson <RDRichardson@xxxxxxxxxxx> wrote: Select * from pg_proc where lower(prosrc) = '%<target_string>%' A slight revision should work: |