Re: Have \d show child tables that inherit from the specified parent

From: David Fetter <david(at)fetter(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: damien clochard <damien(at)dalibo(dot)info>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Have \d show child tables that inherit from the specified parent
Date: 2009-02-26 15:23:35
Message-ID: 20090226152335.GK19875@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 25, 2009 at 07:30:30PM -0500, Tom Lane wrote:
> David Fetter <david(at)fetter(dot)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(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-02-26 15:27:12 Re: Have \d show child tables that inherit from the specified parent
Previous Message Joshua Tolley 2009-02-26 14:57:25 Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets