| From: | itagaki(at)pgfoundry(dot)org (User Itagaki) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgbulkload - pgbulkload: Implements remote bulkload. |
| Date: | 2009-06-09 04:41:25 |
| Message-ID: | 20090609044125.C085E1072110@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Implements remote bulkload.
usage:
pg_bulkload ctlfile --infile=stdin < file.csv
Modified Files:
--------------
pgbulkload/bin:
Makefile (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/Makefile?r1=1.6&r2=1.7)
pg_bulkload.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pg_bulkload.c?r1=1.10&r2=1.11)
pgbulkload/bin/pgut:
pgut.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut.c?r1=1.6&r2=1.7)
pgut.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut.h?r1=1.6&r2=1.7)
pgbulkload/lib:
parser_csv.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/parser_csv.c?r1=1.1&r2=1.2)
pg_bulkload.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_bulkload.c?r1=1.11&r2=1.12)
source.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/source.c?r1=1.2&r2=1.3)
Added Files:
-----------
pgbulkload/bin:
recovery.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/recovery.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgbulkload/bin/expected:
load_remote.out (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/expected/load_remote.out?rev=1.1&content-type=text/x-cvsweb-markup)
pgbulkload/bin/pgut:
pgut-list.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut-list.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgbulkload/bin/sql:
load_remote.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/sql/load_remote.sql?rev=1.1&content-type=text/x-cvsweb-markup)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Eggyknap | 2009-06-09 05:06:59 | pgsnmpd - pgsnmpd: Changed custom query handler mechanics to Net-SNMP's |
| Previous Message | User Aglio | 2009-06-09 00:15:42 | press - pr: d'oh! one more typo fixed. |