Insert data to new table - Mailing list pgsql-cygwin

From Nah CP
Subject Insert data to new table
Date
Msg-id 20040913083522.24171.qmail@web53302.mail.yahoo.com
Whole thread Raw
List pgsql-cygwin
Hi, i using postgreSQL in WinXP but i can't insert data into new table.
 
INSERT INTO my_table ("Name")
VALUES ('ABC');
ERROR:  array value must start with "{" or dimension information
or
INSERT INTO my_table (Name)
VALUES ('ABC');
ERROR:  column "name" of relation "my_table" does not exist
 
but i able to select the record. Thank You.

Yahoo! Messenger
- Log on with your mobile phone!

pgsql-cygwin by date:

Previous
From: Terry Branscombe
Date:
Subject: Re: [SOLVED] Postmaster service on W2K
Next
From: tracy ong
Date:
Subject: FATAL: lock file "usr/local/pgsql/data/postmaster.pid already exist