Selecting * from the base table but getting the inheriteds columns

Поиск
Список
Период
Сортировка
От James Adams
Тема Selecting * from the base table but getting the inheriteds columns
Дата
Msg-id OE50hCLwHc9ny7BXx4X00000bd3@hotmail.com
обсуждение исходный текст
Список pgsql-sql
Hello,
 
I have a "baseTable".  I have a number of decendantTables that INHERIT from the base table. 
 
I want to do somthing like
 
=>select * from baseTable;
 
But I want it to return the data in the all the descendant tables along with the extra column that they contain.  How do I do this?
 
please help
 
many thanks for your time
 
James
 
 

В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BOOLEAN question
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: BOOLEAN question