help me!!

Поиск
Список
Период
Сортировка
От XIE, Rong
Тема help me!!
Дата
Msg-id 000801c2d283$564c39a0$d2e0f48a@ips64m
обсуждение исходный текст
Список pgsql-docs
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

В списке pgsql-docs по дате отправления:

Предыдущее
От: Vicki Brown
Дата:
Сообщение: discrepancy between "make check" output and documentation
Следующее
От: "Wilson, Scott"
Дата:
Сообщение: Row ordering difference in regression test output