[HACKERS] tablesample with partitioned tables

Поиск
Список
Период
Сортировка
От Amit Langote
Тема [HACKERS] tablesample with partitioned tables
Дата
Msg-id 59af6590-8ace-04c4-c36c-ea35d435c60e@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] tablesample with partitioned tables  (David Fetter <david@fetter.org>)
Список pgsql-hackers
Attached patch fixes an oversight that tablesample cannot be used with
partitioned tables:

create table p (a int) partition by list (a);
select * from p tablesample bernoulli (50);
ERROR:  TABLESAMPLE clause can only be applied to tables and materialized
views

Thanks,
Amit

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Robins Tharakan
Дата:
Сообщение: Re: [HACKERS] Allow pg_dumpall to work without pg_authid
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Replication vs. float timestamps is a disaster