Re: prevent duplicate entries

From: amul sul <sul_amul(at)yahoo(dot)co(dot)in>
To: Thomas Drebert <drebert(at)web(dot)de>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: prevent duplicate entries
Date: 2014-05-29 10:01:01
Message-ID: 1401357661.82419.YahooMailNeo@web193501.mail.sg3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thursday, 29 May 2014 3:20 PM, Thomas Drebert <drebert(at)web(dot)de> wrote:

>Has postgresql a separate function to prevent duplicate records?

>At time i filter records in php.

you can directly load csv file date on postgres database using pg_bulkload, which has functionality to avoid duplication 

pg_bulkload : http://pgbulkload.projects.pgfoundry.org/pg_bulkload.html

Is this answer to your question?

Regards,
Amul Sul

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message amul sul 2014-05-29 10:08:39 Re: prevent duplicate entries
Previous Message Thomas Drebert 2014-05-29 09:49:33 prevent duplicate entries