conditional insert - Mailing list pgsql-general

From Pau Marc Muñoz Torres
Subject conditional insert
Date
Msg-id CADFuJLjCF6fmxswgS033EFyofmbJFy+J0ToUvwTCDDLYj+nr3Q@mail.gmail.com
Whole thread Raw
Responses Re: conditional insert
Re: conditional insert
Re: conditional insert
Re: conditional insert
List pgsql-general
Hi follk

 i trying  to performe a  conditional insert into a table, indeed, what i'm trying to do is not insert a record into the table if that record exist

googleling i found something like

 insert into XX values (1,2,3) where not exist (select ....);

but i'm having and error near where...

anyone knows how do i can perfome this insert?

thanks

p

pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: CentOS 6 - www.pgrpms.org - SELinuxi dn
Next
From: Achilleas Mantzios
Date:
Subject: Re: conditional insert