Re: [SQL] Finding the names of inheriting classes
Thanks... At the same time I had a friend guide me through the system tables... :) - - Thomas Swan - - Graduate StudentĀ - Computer Science - The University of Mississippi - - "People can be sorted into two fundamental groups, - those that divide peo
Re: [SQL] Finding the names of inheriting classes
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