Re: List Functions and Code - Mailing list pgsql-general

From Simon Riggs
Subject Re: List Functions and Code
Date
Msg-id CA+U5nM+=um7dy4nzHDAwLUriSWSrG75iaO18ZJ7J8p-nMG4OBA@mail.gmail.com
Whole thread Raw
In response to List Functions and Code  (Rebecca Clarke <rebecca@clarke.net.nz>)
List pgsql-general
On Thu, Jul 28, 2011 at 2:31 PM, Rebecca Clarke <rebecca@clarke.net.nz> wrote:

> I want to search and list all the functions in a database that reference a
> particular table within its code. Is there a way to do this?

No, because functions can execute SQL dynamically.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-general by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Factors Influencing Participant Satisfaction with Free/Libre and Open Source Software Projects
Next
From: Gavin Flower
Date:
Subject: Re: Finding referecing and referenced tables, adaptation from David Fetter's solution