Re: pg_views view doesn't work

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_views view doesn't work
Дата
Msg-id 22682.1003268029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_views view doesn't work  ("Jim Buttafuoco" <jim@spectrumtelecorp.com>)
Список pgsql-general
"Jim Buttafuoco" <jim@spectrumtelecorp.com> writes:
> I am having a problem with the "pg_views" view.  It seems that the
> internal function pg_get_viewdef() is the problem.  See below.

It looks to me like you've got some one view that refers to a
no-longer-existent function.  To figure out which it is, try
"select * from pg_views limit N" for various N until you know
where the failing row is, then extract just the viewname of that
row.

            regards, tom lane

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

Предыдущее
От: patrick keshishian
Дата:
Сообщение: Re:
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: JDBC - Related Question.