Re: ERROR: column "gid" specified more than once - Mailing list pgsql-sql

From ktm@rice.edu
Subject Re: ERROR: column "gid" specified more than once
Date
Msg-id 20150512155309.GH31129@aart.rice.edu
Whole thread Raw
In response to Re: ERROR: column "gid" specified more than once  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: ERROR: column "gid" specified more than once  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-sql
On Tue, May 12, 2015 at 08:49:53AM -0700, David G. Johnston wrote:
> On Tuesday, May 12, 2015, Jason Aleski <jason.aleski@gmail.com> wrote:
> 
> > You probably need to specify your wildcard on both tables.
> >
> > CREATE TABLE "BorujerdDistCent" as
> > SELECT
> >   "Borujerd".*, "Lorestan".*,
> > t_distance(st_centroid("Lorestan".geometry),"Borujerd".geometry)/1000
> > as DistFromCntroid
> > FROM "Borujerd", "Lorestan"
> >
> >
> My bad on the assumed -bugs list from before...
> 
> Anyway, how is this suugestion different from simply saying "*" without a
> relation specification - which the OP did and it didn't work.
> 
> David J.

Because the column names are differentiated by their prefixes then:

Borujerd.gid, Lorestan.gid

No conflict.

Regards,
Ken



pgsql-sql by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: ERROR: column "gid" specified more than once
Next
From: "David G. Johnston"
Date:
Subject: Re: ERROR: column "gid" specified more than once