Re: [HACKERS] pg_bulkload ON_DUPLICATE_MERGE

2012-01-26 Thread Robert Haas
On Wed, Jan 25, 2012 at 2:49 PM, Benjamin Johnson wrote: > PG Gurus, > > I have a table like this: > > CREATE TABLE filemods ( >  guid                  BIGINT NOT NULL UNIQUE, >  filepath_guid         BIGINT NOT NULL, >  createtime            TIMESTAMP WITH TIME ZONE DEFAULT NULL, >  writetime    

[HACKERS] pg_bulkload ON_DUPLICATE_MERGE

2012-01-25 Thread Benjamin Johnson
PG Gurus, I have a table like this: CREATE TABLE filemods ( guid BIGINT NOT NULL UNIQUE, filepath_guid BIGINT NOT NULL, createtimeTIMESTAMP WITH TIME ZONE DEFAULT NULL, writetime TIMESTAMP WITH TIME ZONE DEFAULT NULL, deletetime