Re: Can you list the text of a proc in psql?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: adb <adb(at)Beast(dot)COM>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can you list the text of a proc in psql?
Date: 2001-03-03 10:31:51
Message-ID: Pine.LNX.4.30.0103031130010.937-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

adb writes:

> Is there anyway to do the equivalent of sp_helptext in sybase
> which would allow you to see the source code for a proc in the
> server. This is useful sometimes in determining which
> version of a proc you have loaded in the server or in
> figuring out exactly what some proc does that you didn't write.

\df+ [function-name]

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-03 10:34:09 Re: pg_hba.conf file
Previous Message Jan Wieck 2001-03-03 09:40:53 Re: Trigger Blunder