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.