Re: table of US states' neighbours - Mailing list pgsql-general

From brian
Subject Re: table of US states' neighbours
Date
Msg-id 47EC1A09.8090507@zijn-digital.com
Whole thread Raw
In response to Re: table of US states' neighbours  (Colin Wetherbee <cww@denterprises.org>)
List pgsql-general
Colin Wetherbee wrote:
> brian wrote:
>> I'd like to add a table, state_neighbours, which joins each state with
>> all of its neighbour states. Does anyone know where I can find such a
>> list?
>>
>> I'm not interested in "nearest neighbour", just any connected state.
>
> That sounds like something you could create in 20 minutes with a map.

I won't argue that but if there's a list available somewhere that would
be easier.

>> eg. IA would be associated with {MN,WS,IL,MO,KS,NB,SD} and HI & AK
>> would not be represented.
>
> I think you mean {MN, WI, IL, MO, NE, SD}.
>

Hence the reason I wondered if someone already had this compiled. ;-)

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: table of US states' neighbours
Next
From: Sam Mason
Date:
Subject: Re: dunction issue