Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())
Date: 1999-10-29 13:47:44
Message-ID: 1922.941204864@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zakkr <zakkr(at)zf(dot)jcu(dot)cz> writes:
> But the pg_get_ruledef() not discern contrast between view rules
> defined as 'select * table' and rules defined as 'select * table*'
> (the query should be run over all classes in the inheritance
> hierarchy).

> Is it a bug or a limitation?

Sounds like a bug to me too. The fix is probably just a small addition
of code, but I haven't had time to look into it.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-10-29 14:25:28 Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())
Previous Message Karel Zak - Zakkr 1999-10-29 13:23:21 Re: [HACKERS] view vs. inheritance hierarchy (was: Bug(?) in pg_get_ruledef())