Re: Display listings

From: "cristi" <cristi(at)dmhi(dot)ct(dot)ro>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Display listings
Date: 2002-11-07 08:05:09
Message-ID: 008c01c28634$64a43660$7201a8c0@aaa
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> > And how can I see the source code of the function made by me?
>
> SELECT prosrc FROM pg_proc WHERE proname = 'your_function_name';

Yes!
Thank you!

And for RULES and TRIGGERS ?

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2002-11-07 10:51:58 Re: Display listings
Previous Message Oliver Elphick 2002-11-07 07:54:41 Re: Display listings