Search Postgresql Archives

Re: How do I find a trigger function that is raising notices?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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:

select distinct proname from pg_proc where prosrc ilike '%<target_string>%';

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux