Re: Show stored function code

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Show stored function code
Дата
Msg-id CAHyXU0ze1t07KUb8ami7bv6AgbZxwNg2tYEOaW+nWUi-xXN5-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Show stored function code  (Mephysto <mephystoonhell@gmail.com>)
Ответы Re: Show stored function code  (Tom Lane <tgl@sss.pgh.pa.us>)
Problems with stored procedure  ("lmanorders" <lmanorders@gmail.com>)
Список pgsql-novice
On Wed, Mar 28, 2012 at 3:50 PM, Mephysto <mephystoonhell@gmail.com> wrote:
> \df+ shows function code.

well, I'm suspecting operator error, because psql \df+ func queries
pg_proc. if you don't believe me, fire up psql with the -E switch and
it will echo all sql it sends to the server and you'll see it queries
pg_proc.  take the query it runs, and gradually cut it down and you
should find the reason.  perhaps line formatting is throwing you off
maybe.

merlin

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

Предыдущее
От: Mephysto
Дата:
Сообщение: Re: Show stored function code
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: Trouble upgrading from v9.0 to 9.1