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
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