Problem with inserting data into a table.....

From: Sharon Abu <Sharon_Abu(at)PacketLight(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Problem with inserting data into a table.....
Date: 2005-02-22 12:08:05
Message-ID: 4D08EDD05953D511843000508BFC84E602A48A3B@PLEXCH
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

new to postgreSQL.....

I'm running postgreSQL 8.0.1 on win 2k and and i have created a database
(for testing....) using pgAdmin-III application
i'v'e also managed to create table with just few simple columns... so far so
good.

The problem arises when i'm trying to insert some data into the table using
the following statement:

insert into COL_LED_TBL
(LED_STATE_COLOR,NEID,LED_STATE_MODE,PHY_INDEX,PORT_INDEX,MODE_DFGH)
values (1,1234,3,0,104,'test led numbetr 1');

the name of the table & its columns are correct (I've checked it....)

The execution fails with the following message : ERROR: relation
"col_led_tbl" does not exist

It seems that it doesn't recognize the table at all ?!

I've tried to execute it from pgAdmin SQL Query tool & also from psql
utility both present me the same error above...

Does any one could point me to the problem ?

Appreciate any help...

sharon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2005-02-22 12:18:57 Re: How iterate records
Previous Message Richard Huxton 2005-02-22 11:39:06 Re: Off-topic: monograph for database postgraduate