Re: prevent duplicate entries - Mailing list pgsql-novice

From amul sul
Subject Re: prevent duplicate entries
Date
Msg-id 1401357661.82419.YahooMailNeo@web193501.mail.sg3.yahoo.com
Whole thread Raw
In response to prevent duplicate entries  (Thomas Drebert <drebert@web.de>)
Responses Re: prevent duplicate entries  (amul sul <sul_amul@yahoo.co.in>)
Re: prevent duplicate entries  (David G Johnston <david.g.johnston@gmail.com>)
List pgsql-novice
On Thursday, 29 May 2014 3:20 PM, Thomas Drebert <drebert@web.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


pgsql-novice by date:

Previous
From: Thomas Drebert
Date:
Subject: prevent duplicate entries
Next
From: amul sul
Date:
Subject: Re: prevent duplicate entries