Re: [NOVICE] Is there any oracle user_source table equivalent in postgre? - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Date
Msg-id hmqsqo$q1k$1@dough.gmane.org
Whole thread Raw
In response to Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?  (venkatrao.b@tcs.com)
List pgsql-general
venkatrao.b@tcs.com, 05.03.2010 13:04:
>
>
> Thanks Thomas for your reply.
>
> when i am trying -
>
> select * from pg_catalog.pg_proc.prosrc

You have to use:

SELECT prosrc
FROM pg_catalog.pg_proc


Thomas

pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Next
From: venkatrao.b@tcs.com
Date:
Subject: Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?