SELECT triggers - Table Partitioning

Поиск
Список
Период
Сортировка
От Majid Azimi
Тема SELECT triggers - Table Partitioning
Дата
Msg-id 4CCF3236.9080508@gmail.com
обсуждение исходный текст
Ответы Re: SELECT triggers - Table Partitioning  (Yogesh Sharma <ysharma@catprosystems.com>)
Список pgsql-novice
Hi guys.

In the documentation for triggers there is a sentence that says "you
can't create select triggers". could someone explain why?
When we use Table Partitioning how can we redirect SELECT queries to
specific tables. If we don't have SELECT triggers then it will search
all tables inherited from main table thus there is no performance
optimization in SELECT queries.
Is there any solution?

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

Предыдущее
От: Andreas
Дата:
Сообщение: Re: How to have two not null constraints at the same time
Следующее
От: Yogesh Sharma
Дата:
Сообщение: Re: SELECT triggers - Table Partitioning