Re: [HACKERS] pg_bulkload ON_DUPLICATE_MERGE
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
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