Re: pg_views view doesn't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jim(at)spectrumtelecorp(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_views view doesn't work
Date: 2001-10-16 21:33:49
Message-ID: 22682.1003268029@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jim Buttafuoco" <jim(at)spectrumtelecorp(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-10-16 21:41:52 Re:
Previous Message Keary Suska 2001-10-16 21:24:29 Re: postgresql 7.1.3