Re: partitioning using dblink - Mailing list pgsql-general

From Scara Maccai
Subject Re: partitioning using dblink
Date
Msg-id 331494.11814.qm@web28108.mail.ukl.yahoo.com
Whole thread Raw
In response to partitioning using dblink  (Scara Maccai <m_lists@yahoo.it>)
Responses Re: partitioning using dblink  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> > >> You should have.  The system enforces (or tries to) that a view can't be
> > >> part of an inheritance hierarchy, but you seem to have managed to find a
> > >> sequence of operations that avoids those checks.  Turning a table into a
> > >> view with a manual CREATE RULE operation has always been a kluge, and
> > >> it's missing a check that the table isn't part of an inheritance tree.


Is there a "specific" reason why views can't be part of an inheritance tree?
I mean: it's that we "don't want" it or it would be just difficult to implement?







      ___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html

pgsql-general by date:

Previous
From: Юрий Шустов
Date:
Subject: ОСНОВЫ УПРАВЛЕНИЯ ПРОЕКТАМИ: ОТ ИДЕИ ДО РЕАЛИЗАЦИИ. ГОТОВЫЕ РЕШЕНИЯ
Next
From: Tom Lane
Date:
Subject: Re: partitioning using dblink