Re: is it possible to create partitioned tables using tables from different schemas

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: pabloa98 <pabloa98(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: is it possible to create partitioned tables using tables from different schemas
Date: 2019-04-17 22:56:48
Message-ID: 20190417225648.GA2004@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Note that unless you regularly query for only-manually-inserted or
only-automatically-inserted data, this will be useless and will make
queries more expensive, with no upside.

Generally speaking, it's not a problem to put partitions in different
schemas.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-04-18 00:17:46 Re: is it possible to create partitioned tables using tables from different schemas
Previous Message pabloa98 2019-04-17 22:49:27 Re: is it possible to create partitioned tables using tables from different schemas