Hi.
Pagila DB creation fails:
2018-04-27 16:13:01.454 UTC [45] ERROR: cannot create index on partitioned table "payment"
2018-04-27 16:13:01.454 UTC [45] STATEMENT: CREATE INDEX idx_fk_customer_id ON payment USING btree (customer
psql:/docker-entrypoint-initdb.d/pagila.sql:1102: ERROR: cannot create index on partitioned table "payment"
Used command:
docker run --name pg-ds -p 5432:5432 aa8y/postgres-dataset:latest
Jan