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

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Дата
Msg-id hmqsqo$q1k$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?  (venkatrao.b@tcs.com)
Список 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 по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?
Следующее
От: venkatrao.b@tcs.com
Дата:
Сообщение: Re: [NOVICE] Is there any oracle user_source table equivalent in postgre?