Re: PG 14 range partitions creation works but subsequently can't be found correctly
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: PG 14 range partitions creation works but subsequently can't be found correctly |
| Дата | |
| Msg-id | 175810.1637776702@sss.pgh.pa.us обсуждение |
| Ответ на | PG 14 range partitions creation works but subsequently can't be found correctly ("Ian R. Campbell" <ian.campbell@thepathcentral.com>) |
| Список | pgsql-bugs |
"Ian R. Campbell" <ian.campbell@thepathcentral.com> writes:
> The following executes without problem:
> CREATE TABLE part (
> h "char" not null,
> val int4 not null
> ) PARTITION BY RANGE (h);
> create table part_00 partition of part FOR VALUES FROM ((-128)::"char") to
> ((-113)::"char");
> create table part_01 partition of part FOR VALUES FROM ((-112)::"char") to
> ((-97)::"char");
> ...
This works for me in psql, modulo the fact that your boundary conditions
are off-by-one. (That is, I can store h = -114 and -112, but not -113,
in this table.)
> In pgAdmin 4, navigating to "Partitions" (after refreshing) results only in
> a spinning wheel.
That sounds like a pgAdmin bug --- but this list is not the place
to report pgAdmin problems.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера