Re: insert woes - Mailing list pgsql-general

From Richard Huxton
Subject Re: insert woes
Date
Msg-id 42524FB1.401@archonet.com
Whole thread Raw
In response to insert woes  (tony <tony@tgds.net>)
Responses Re: insert woes  (tony <tony@tgds.net>)
List pgsql-general
tony wrote:
> Hi,
>
> I am migrating data from one data structure to another and having
> problems writing a correct INSERT INTO blah SELECT ... from existing
> tables
>
> I have contact, my addresses (each contact can have several addresses)
> and address (each address can have several contacts).
>
> I am getting unique key address_id errors despite using a DISTINCT ON
> clause in my SELECT so I am doing something wrong

Copies of the queries in question please. Also, cut the INSERT INTO off
the front and have a look for any duplicates.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: tony
Date:
Subject: insert woes
Next
From: Martijn van Oosterhout
Date:
Subject: Re: [HACKERS] plPHP in core?