[pgadmin-support] Import Wizard Error: Number 9, Subscript out of range

2003-02-12 Thread Matthew J. Harmon
Searching through the pgadmin-support archives, I didn't see this error... Perhaps someone could assist me. I am using version 1.4.12 of pgAdmin II for Windows on a Windows 2000 Professional system. PostgreSQL is installed (locally) via the 7.3.1 Proof of Concept within Cygwin. Using the Impo

[pgadmin-support] help me!!

2003-02-12 Thread XIE, Rong
Hello,   My name is rong xie. I am a Student at TU-Munich. I have a question to Postgresql an Linux. e.g: for IBM DB2: I can write a test.sql file.   --test.sql connect to database1; set schema xie; select * from table1; insert table1 value('rong','xie',22); select * from table1; terminate