Really bad/weird stuff with views over tables in 7.0.2

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Really bad/weird stuff with views over tables in 7.0.2
Date: 2000-09-02 16:42:57
Message-ID: 20000902094257.T18862@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There's two problems here that kept me up all night hacking
in order to keep my system from crashing an burning so bear with
me if you can.

If you define a table and then create a select query rule over it
then drop the rule the table will be gone.

Another related problem is that let's say you have done this and
the table you've "hidden" with a view is rather large and has
indexes then postgresql will seriously choke on trying to
vacuum and/or vacuum analyze the table which is really a view!

thanks,
--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-09-02 16:48:46 Re: PL/Perl compilation error
Previous Message Tom Lane 2000-09-02 16:40:58 Re: A fine point about OUTER JOIN semantics