Re: Have \d show child tables that inherit from the specified parent - Mailing list pgsql-hackers

From David Fetter
Subject Re: Have \d show child tables that inherit from the specified parent
Date
Msg-id 20090226152335.GK19875@fetter.org
Whole thread Raw
In response to Re: Have \d show child tables that inherit from the specified parent  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Have \d show child tables that inherit from the specified parent
List pgsql-hackers
On Wed, Feb 25, 2009 at 07:30:30PM -0500, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> > Should the patch (and the feature) use WITH RECURSIVE in order to
> > get the entire tree?
> 
> See the note at the top of that file that all queries are expected
> to work with server versions back to 7.4.

Would it be OK to have a different code path for pre-8.4 databases?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets
Next
From: Tom Lane
Date:
Subject: Re: Have \d show child tables that inherit from the specified parent