Re: Finding the names of inheriting classes - Mailing list pgsql-sql

From Tom Lane
Subject Re: Finding the names of inheriting classes
Date
Msg-id 18141.962243709@sss.pgh.pa.us
Whole thread Raw
In response to Finding the names of inheriting classes  (Thomas Swan <tswan@olemiss.edu>)
Responses Re: Finding the names of inheriting classes
List pgsql-sql
Thomas Swan <tswan@olemiss.edu> writes:
> I'm at a loss on how identify or get the names of children of a parent class.

Join pg_class against pg_inherits.
        regards, tom lane


pgsql-sql by date:

Previous
From: Patrick Coulombe
Date:
Subject: temporay table : error is repeated.
Next
From: Tom Lane
Date:
Subject: Re: Hash Join not using hashed index?