From: | "Jim Buttafuoco" <jim(at)spectrumtelecorp(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_views view doesn't work |
Date: | 2001-10-17 12:00:45 |
Message-ID: | 200110171200.IAA01261@server1.spectrumtelecorp.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom
Thanks for your reply.
I dropped ALL of my views and recreated from a script. This seems to
have worked. I am running my nightly jobs now to see if some how they
are causing the views to break. I will report back later.
Jim
> "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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | samsom, debra | 2001-10-17 12:59:04 | Re: postgresql 7.1.3 |
Previous Message | Steve Brett | 2001-10-17 10:18:49 | Re: URGENT: Index problems - update - please help .... |