Table alias and inherited tables

Поиск
Список
Период
Сортировка
От Amol Chiplunkar
Тема Table alias and inherited tables
Дата
Msg-id 4BE10530.408@oracle.com
обсуждение исходный текст
Ответы Re: Table alias and inherited tables  (Amol Chiplunkar <amol.chiplunkar@oracle.com>)
Список pgsql-general
Hi,

I notice that for the following:

Table Base with say columns col1, col2

Table Child1 inherits(Base)
Table Child2 inherits(Base)

With check constraints and rules to insert the rows to appropriate
tables defined.

Inserts work as expected.
select * from Base; returns rows from both the children

But something like

select b from base b where b.col1=<condition>;

returns 0 rows even when there are rows in one of the child tables
that satisfy the condition.
Is this expected ?

thx
- Amol





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

Предыдущее
От: Daniel Schuchardt
Дата:
Сообщение: dynamically access columns in trigger
Следующее
От: raha sadeghi
Дата:
Сообщение: need help on postgres