Re: Populate Table From Two Other Tables - Mailing list pgsql-general

From Rich Shepard
Subject Re: Populate Table From Two Other Tables
Date
Msg-id alpine.LNX.2.00.1206051623570.27613@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Populate Table From Two Other Tables  (Greg Williamson <gwilliamson39@yahoo.com>)
Responses Re: Populate Table From Two Other Tables
Re: Populate Table From Two Other Tables
List pgsql-general
On Tue, 5 Jun 2012, Greg Williamson wrote:

> Try a single equals sign, e.g. WHERE c.site = s.siteid

Greg,

   I'm surprised: that worked! I thought the WHERE clause was looking for
equivalency, not an assignment.

   There's another problem now that will be more difficult to fix. Postgres
tells me, 'psql:populate-waterchem.sql:6: ERROR:  duplicate key value
violates unique constraint "waterchem_pkey"'. But, when I SELECT rows based
on the primary key only a single row is returned.

   I think the most parsimonious solution is to use an awk script to add the
stream and basin columns to the chemistry.txt file. That also eliminates
having to export the combined table to a text file.

Thanks,

Rich


pgsql-general by date:

Previous
From: Kraus Philipp
Date:
Subject: acessibility for tables
Next
From: Mike Christensen
Date:
Subject: Re: I'd like to learn a bit more about how indexes work