Is this a bug or am I missing something? - Mailing list pgsql-general

From KMiller
Subject Is this a bug or am I missing something?
Date
Msg-id 000801bffa78$1383fda0$0100a8c0@Kurt
Whole thread Raw
List pgsql-general
query: SELECT a.*  into inst2 from inst1 a, iuniqkey b where upper(a.claimkey)=upper(b.claimkey) and a.claim_number=b.lowclaim
ERROR:  No such attribute or function 'claimkey'
AbortCurrentTransaction
Seems logical to me but no such luck.
 
-km
 

pgsql-general by date:

Previous
From: Paul Caskey
Date:
Subject: Re: Re: 4 billion record limit?
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Hmm ... shouldn't path_distance be MIN distance not MAX distance?