Re: Where are PL/pgSQL functions stored?

Поиск
Список
Период
Сортировка
От David Shadovitz
Тема Re: Where are PL/pgSQL functions stored?
Дата
Msg-id 3F6B5665.BD01DB7B@xontech.com
обсуждение исходный текст
Ответ на Re: Where are PL/pgSQL functions stored?  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Список pgsql-general
Pavel,

That's great!  I had to modify the showfunctions view, but once I did, it
proved to be useful right away.

My mods:
1. I have no pg_namespace catalog, so I removed all references to it.
2. I have no pg_catalog, but I found that the call to oidvectortypes() works
fine with no scope specified.

Thanks.
-David

Pavel Stehule wrote:

> On 17 Sep 2003, David Shadovitz wrote:
>
> Hello
>
> http://www.varlena.com/varlena/GeneralBits/39.php
>
> Section:  Where's the Code?
>
> Pavel
>
> > Where are PL/pgSQL functions stored?  I want to retrieve the text of a
> > function that I've created.


В списке pgsql-general по дате отправления:

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: PostgreSQL versus MySQL
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: State of Beta (2)