Re: Searching through trigger functions - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Searching through trigger functions
Date
Msg-id CAHyXU0wKQGd+=WuXU7FNfD-roog8d8dQQS7o0x=POGqoDHV0Tg@mail.gmail.com
Whole thread Raw
In response to Searching through trigger functions  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
On Mon, Sep 26, 2011 at 12:47 PM, Bob Pawley <rjpawley@shaw.ca> 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.

all function bodies are in pg_proc.prosrc.  search that...

merlin

pgsql-general by date:

Previous
From: "Bob Pawley"
Date:
Subject: Searching through trigger functions
Next
From: Alan Hodgson
Date:
Subject: Re: Searching through trigger functions