Re: Search in code - Mailing list pgsql-general

From Tom Lane
Subject Re: Search in code
Date
Msg-id 4162.1090679692@sss.pgh.pa.us
Whole thread Raw
In response to Search in code  (Vitaly Belman <vitalyb@gmail.com>)
List pgsql-general
Vitaly Belman <vitalyb@gmail.com> writes:
> In Oracle I was used to be able to search directly in code from SQL
> Navigator (I'm not sure if it is a feature of the database or the
> tool). It means that I could search if a certain string appears in one
> of the functions (across different schemas/packages).

You mean something like

    select proname, prosrc from pg_proc where prosrc ~ 'word';

?  A little less polished than Oracle's tool, no doubt ...

            regards, tom lane

pgsql-general by date:

Previous
From: Vitaly Belman
Date:
Subject: Search in code
Next
From: Matt Wong
Date:
Subject: help dealing with pghoster, who is gone with my data