| From: | "XIE, Rong" <rong(dot)xie(at)stud(dot)tu-muenchen(dot)de> |
|---|---|
| To: | <"Undisclosed-Recipient:;"(at)postgresql(dot)org> |
| Subject: | help me!! |
| Date: | 2003-02-12 10:41:44 |
| Message-ID: | 000801c2d283$564c39a0$d2e0f48a@ips64m |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers pgadmin-support pgsql-admin pgsql-docs pgsql-general pgsql-hackers |
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;
Then I can execute the file "test.sql" in terminal.
db2 -tvf test.sql
In mysql: I can execute it so.
mysql > test.sql
How can I execute it in Postgresql?
is there similar command in linux for Postgresql?
Thank you very mach!
Best wish!
rong xie
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Michel POURE | 2003-02-12 12:33:17 | PostgreSQL Windows port strategy |
| Previous Message | Jean-Michel POURE | 2003-02-11 08:44:23 | Running pgAdmin2 under Unix: Wine or HBasic |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matthew J. Harmon | 2003-02-12 23:25:08 | Import Wizard Error: Number 9, Subscript out of range |
| Previous Message | Dave Page | 2003-02-11 09:30:36 | Re: Problem Using Create Function |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | vivek K. | 2003-02-12 14:30:38 | Connection refused |
| Previous Message | Ret Martin | 2003-02-12 09:45:51 | Migrating database from v 7.3 -> 7.2 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wilson, Scott | 2003-02-12 20:54:44 | Row ordering difference in regression test output |
| Previous Message | Vicki Brown | 2003-02-12 04:01:24 | Suggested improvements to INSTALL file "Short Version" |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Deepa | 2003-02-12 12:50:31 | Hi, |
| Previous Message | Viacheslav N Tararin | 2003-02-12 10:02:26 | DOMAIN constraints bug or feature |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Kalchev | 2003-02-12 11:52:31 | Re: Changing the default configuration (was Re: |
| Previous Message | Hans-Jürgen Schönig | 2003-02-12 07:49:07 | Re: [HACKERS] PostgreSQL Tuning Results |