Fwd: COPY issue(gsoc project)

From: longlong <asfnuts(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fwd: COPY issue(gsoc project)
Date: 2008-03-12 01:43:33
Message-ID: d9f0a46b0803111843t6e4f3b99mf7b1532fab3714ff@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---------- Forwarded message ----------
From: longlong <asfnuts(at)gmail(dot)com>
Date: 2008-3-12 9:42
Subject: Re: [HACKERS]COPY issue(gsoc project)
To: Neil Conway <neilc(at)samurai(dot)com>

the first feature has been implementet. i used to ignore the pid column with
the command "copy tablename (columns) from ...." long time ago and i
forgeted. that's my fault.

Allow COPY FROM to create index entries in bulk
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php

i know pg_bulkload from the link above. i don't know what is the different
between pg_bulkload and pgloader. right now i try to figure out how copy
works and get more infomation form archives for prior discussions on this
subject. meanwhile i'll focus on pgloader.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Wang 2008-03-12 02:37:34 bug in numeric_power() function
Previous Message Tom Lane 2008-03-12 01:01:32 Re: BUG #4027: backslash escaping not disabled in plpgsql