Re: Choosing an index on partitioned tables. - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Choosing an index on partitioned tables.
Date
Msg-id CABUevEweGLjzNiBKnQ7MD7Y72obfJvLfE+F0_COEch4fHKzWDg@mail.gmail.com
Whole thread Raw
In response to Re: Choosing an index on partitioned tables.  (Tim Uckun <timuckun@gmail.com>)
List pgsql-general
On Tue, Sep 7, 2021 at 12:15 PM Tim Uckun <timuckun@gmail.com> wrote:
>
> There is an image marked as official:  https://hub.docker.com/_/postgres
>
> I presumed this was maintained by the postgres team.

It is official *docker*, just not official *postgresql*. If you click
their "maintained by" link you get to
https://github.com/docker-library/postgres which clearly explains what
"type of official" it is.

That said, as long as you use the debian based version of their
container, it should be trivial to add any extension that's supported
on Debian, which definitely includes pg_partman.

-- 
 Magnus Hagander
 Me: https://www.hagander.net/
 Work: https://www.redpill-linpro.com/



pgsql-general by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Choosing an index on partitioned tables.
Next
From: Philippe Doussot
Date:
Subject: Re: update non-indexed value is slow if some non-related index/fk are enabled