Re: Issues with Information_schema.views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erki Eessaar <erki(dot)eessaar(at)taltech(dot)ee>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Issues with Information_schema.views
Date: 2023-10-29 14:30:54
Message-ID: 2127769.1698589854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Erki Eessaar <erki(dot)eessaar(at)taltech(dot)ee> writes:
> My question is - is all of this the intended behaviour by the implementers?

Yes, I'd say so. If you are expecting that the is_updatable flag
will check to see if the behavior provided by the view's rules
corresponds to something that a human would call a corresponding
update of the view's output, you're out of luck. There's a little
issue called the halting problem. So the actual check just looks
to see if there's unconditional DO INSTEAD rules of the appropriate
types, and doesn't probe into what those rules do.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-10-29 15:16:01 Re: On login trigger: take three
Previous Message Andrew Dunstan 2023-10-29 14:22:27 Re: run pgindent on a regular basis / scripted manner