COPY example for partial tables

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>
Subject: COPY example for partial tables
Date: 2005-10-11 23:02:17
Message-ID: 20051011230217.GD6239@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Folks,

Please find enclosed a patch (should work for 7.3 and up) that
illustrates a workaround for using COPY on parts of tables using
temporary tables. It's helped me, and it seems popular via a very
brief and un-scientific poll.

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachment Content-Type Size
copy_example.diff text/plain 1.1 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-11 23:12:53 Re: COPY example for partial tables
Previous Message Simon Riggs 2005-10-09 19:48:38 Re: Inheritance and Partitioning