Re: Partitioning and ORM tools

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: CS DBA <cs_dba(at)consistentstate(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Partitioning and ORM tools
Date: 2016-03-22 21:00:01
Message-ID: 56F1B251.4010202@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/22/2016 01:50 PM, CS DBA wrote:

> Understood, was just wondering if there is a way to cause the child
> table insert results to be returned to the ORM/Application instead of
> the master/base table insert

Insert into the child table directly based on the partition rules.

JD

--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2016-03-22 21:18:55 Re: Partitioning and ORM tools
Previous Message CS DBA 2016-03-22 20:50:08 Re: Partitioning and ORM tools