Re: How to view the code in a function??

From: GH <grasshacker(at)over-yonder(dot)net>
To: "Callis, Adam" <acallis(at)UU(dot)NET>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to view the code in a function??
Date: 2000-11-28 22:41:20
Message-ID: 20001128164120.B49382@over-yonder.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 28, 2000 at 02:43:08PM -0500, some SMTP stream spewed forth:
> Hello,
> I am sure someone probably knows this, I have used the \d tablename quite a
> lot lately, but I was wondering how to view the code in a function. Is there
> a way to get the definition?

I assume you are using '\d' in psql.

Add the '-E' option when you start psql and it will show the specific
commands that it uses to expand things like '\d'.

It is a bit messy, though.

gh

>
> thanks
> adam
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ashley Clark 2000-11-28 22:59:16 Re: How to view the code in a function??
Previous Message Ron Chmara 2000-11-28 22:17:01 Re: Is this possible or am I on drugs :)