Re: Search in code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Search in code
Дата
Msg-id 4162.1090679692@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Search in code  (Vitaly Belman <vitalyb@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Vitaly Belman
Дата:
Сообщение: Search in code
Следующее
От: Matt Wong
Дата:
Сообщение: help dealing with pghoster, who is gone with my data