relations does not exist - Mailing list pgsql-general

From ctorres
Subject relations does not exist
Date
Msg-id 13240608.post@talk.nabble.com
Whole thread Raw
Responses Re: relations does not exist
Re: relations does not exist
List pgsql-general
Hi,

I doing a simple insert into a table re Perl/DBI
"INSERT INTO party (party_id, party_type_id, description, status_id)
                 VALUES ($partyId, 'PERSON', 'Initial Import','PARTY_ENABLED')

and I'm getting a
"ERROR: relations "party" does not exist"
I get the same error message in pgadmin.

The table "party" certainly exists.

I have searched for answers without any luck.
Anyone know what might be going on and how to fix it?

Thanks in advance, Case

--
View this message in context: http://www.nabble.com/relations-does-not-exist-tf4636218.html#a13240608
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Jeff Lanzarotta
Date:
Subject: Re: Group By question
Next
From: Rob Shepherd
Date:
Subject: Re: variable in COPY TO variable