Re: Dependency tracking tool - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Dependency tracking tool
Date
Msg-id 1261004215.15029.4.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Dependency tracking tool  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List pgsql-general
On mån, 2009-12-14 at 16:58 +0100, Philippe Lang wrote:
> My idea was to parse the functions definitions in order to build
> dependencies between the functions. I'm not sure how difficult it is,
> especially with overloaded functions, which require more than a simple
> pattern search inside the function definition in order to be
> distinguished...

In the general case, this will ultimately be equivalent to solving the
halting problem.


pgsql-general by date:

Previous
From: Mike Christensen
Date:
Subject: Re: Need some advice on a difficult query
Next
From: Scott Marlowe
Date:
Subject: Re: Justifying a PG over MySQL approach to a project