Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Date: 2010-03-05 12:18:36
Message-ID: hmqsqo$q1k$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

venkatrao(dot)b(at)tcs(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message venkatrao.b 2010-03-05 12:19:38 Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Previous Message Devrim GÜNDÜZ 2010-03-05 12:11:02 Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?

Browse pgsql-novice by date

  From Date Subject
Next Message venkatrao.b 2010-03-05 12:19:38 Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Previous Message Devrim GÜNDÜZ 2010-03-05 12:11:02 Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?