Re: Searching through trigger functions

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: Searching through trigger functions
Дата
Msg-id 201109261053.00418.ahodgson@simkin.ca
обсуждение исходный текст
Ответ на Searching through trigger functions  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
On September 26, 2011 10:47:20 AM Bob Pawley wrote:
> Hi
>
> I have an error somewhere in one of the trigger functions in my database.
> The error message only told me it was a ‘Select * From (table name).
>
> Is there a global method of finding where this expression resides other
> than searching each script individually.
>

pg_dump -s > file; vi file; /s search_string

Alternately, I find it good practice to maintain function definitions outside of
the database, under version control. You can then grep those files as needed.

В списке pgsql-general по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Searching through trigger functions
Следующее
От: "Day, David"
Дата:
Сообщение: ECPG Segmentation fault on retreiving timestamp column into sqlda.