Re: How to obtain the code af a function ?

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to obtain the code af a function ?
Date: 2005-11-09 14:57:43
Message-ID: 20051109145743.GQ30305@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am 09.11.2005, um 5:40:14 -0800 mailte ctobini folgendes:
> Hello,
>
> I would like to know how to liste the contain of a fonction.

You can find this in information_schema.routines.

>
> Writing \df in psql, I have a list of functions and triggers, but and
> don't know how to obtain the code of those functions.

Type \df+ <your_function>. Hint: switch with \x

HTH, Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-11-09 14:58:11 Re: newbie design question re impact of VACUUM
Previous Message Richard Huxton 2005-11-09 14:54:17 Re: temporary tables