Tom Lane Wed, 28 Jun 2000 18:56:16 -0700
Thomas Swan <[EMAIL PROTECTED]> 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