how do I find which ... - Mailing list pgsql-sql

From datactrl
Subject how do I find which ...
Date
Msg-id 000d01c0b1d8$5b63e6e0$2400a8c0@hnjack
Whole thread Raw
Responses Re: how do I find which ...  (Cedar Cox <cedarc@visionforisrael.com>)
List pgsql-sql
I write some functions inPL/pgSQL. If I drop a function B , which is called
by function A, and create function B again, then function A won't work
unless I drop function A and re-create again. How about if there are lots
functions call to function B, is there any way to search system table to
find out those functions call to A?

JACK



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Maybe a Bug, maybe bad SQL
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: Maybe a Bug, maybe bad SQL