Re: Partitioning and ORM tools

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Partitioning and ORM tools
Date: 2016-03-22 21:18:55
Message-ID: 56F1B6BF.8050100@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/22/2016 03:00 PM, Joshua D. Drake wrote:
> 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
>
>
I would think the ORM (as yet undefined) would want to think in terms of
the parent table and not know about the physical schema details.
Can the client not be written to check only for errors vs checking for
non-zero inserts?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CS DBA 2016-03-22 21:20:33 Re: Partitioning and ORM tools
Previous Message Joshua D. Drake 2016-03-22 21:00:01 Re: Partitioning and ORM tools