Adding table partition slow when there is default partition with data (primary key not used to check partition condition)

2021-06-10 Thread Sasa Vilic
Hi all, I am doing following: CREATE TABLE "change" ( transaction_id uuid NOT NULL, id int4 NOT NULL, change_type varchar NOT NULL, object_type varchar NOT NULL, object_content jsonb NOT NULL, category_id uuid NOT NULL, CONSTRAINT change_pkey PRIMARY KEY (transaction_id, id) )

Re: Empty ./share/timezone/UTC and failure to set UTC as timezone

2018-02-19 Thread Sasa Vilic
library implementation of tar.gz. Once again, sorry for wasting your time. Thank you very much for your support. Kind Regards, Sasa Vilic 2018-02-19 17:33 GMT+00:00 Tom Lane <t...@sss.pgh.pa.us>: > Sasa Vilic <sasavi...@gmail.com> writes: > > To double check, I took o

Empty ./share/timezone/UTC and failure to set UTC as timezone

2018-02-19 Thread Sasa Vilic
is empty! Is this on purpose or is this is bug? Am I missing something? Kind Regards, Sasa Vilic