Re: [question] multil-column range partition prune

Поиск
Список
Период
Сортировка
От Christoph Moench-Tegeder
Тема Re: [question] multil-column range partition prune
Дата
Msg-id ZNTcAgIyqbXCvcNE@squirrel.exwg.net
обсуждение исходный текст
Ответ на [question] multil-column range partition prune  (tender wang <tndrwang@gmail.com>)
Список pgsql-hackers
## tender wang (tndrwang@gmail.com):

> But I want to know why we don't prune when just have latter partition key
> in whereClause.

Start with the high level documentation
https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-PARTITION
where the 5th paragraph points you to
https://www.postgresql.org/docs/current/functions-comparisons.html#ROW-WISE-COMPARISON
which has a detailed explanation of row comparison.

Regards,
Christoph

-- 
Spare Space.



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: psql: show current user in prompt
Следующее
От: Jimmy Angelakos
Дата:
Сообщение: Re: Adding a pg_servername() function