Re: using COPY and PARTITON - Mailing list pgsql-general

From Wojtek
Subject Re: using COPY and PARTITON
Date
Msg-id 4A7FC722.6030102@twine.pl
Whole thread Raw
In response to Re: using COPY and PARTITON  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
Hi,

I'd recommend coping directly to child tables (partitions). It's much
faster.

Regards,
foo

Scott Marlowe wrote:
> I believe triggers can do it.
>
> On Sun, Aug 9, 2009 at 11:15 PM, cjm1010<cjm1010@naver.com> wrote:
>
>> hi~
>>
>> I want to insert DATA by using the COPY making PARTITON TABLE.  By the way,
>> DATA is inserted only in PARENT TABLE.
>> Can DATA be inserted in CHILD TABLE by using the COPY?
>>


pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: using COPY and PARTITON
Next
From: cjm1010
Date:
Subject: Re: using COPY and PARTITON