Re: [HACKERS] plpgsql problem..

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: hackers(at)postgreSQL(dot)org, sevo(at)ip23(dot)net
Subject: Re: [HACKERS] plpgsql problem..
Date: 2000-02-01 16:08:55
Message-ID: 14380.949421335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Mitch Vincent" <mitch(at)venux(dot)net> writes:
> This might sound like an ignorant question but how does one dump the
> function catalog?

Try
select * from pg_proc where proname = 'functionOfInterest';

I think Sevo has identified the problem though: the CREATE FUNCTION
command for the plpgsql_call_handler function needs to give an exact
path name. What you are showing looks like the command tried to use an
environment variable and the substitution didn't happen. Better review
the procedure you used to install plpgsql. I'd recommend using the
createlang script, btw, not doing it by hand.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sevo Stille 2000-02-01 16:21:12 Re: [HACKERS] plpgsql problem..
Previous Message Michael Meskes 2000-02-01 16:08:29 Re: [HACKERS] PCLabs Survey, Part VII: Embedded Database / Branch Office Support