Re: [GENERAL] [Question]batch execute sql command

2005-04-24 Thread Michael Fuhr
On Sun, Apr 24, 2005 at 02:08:33PM +0100, neo anderson wrote: > > i encounter a question when create database schema. > because i have a sql script, in which contains lots of > sql command, including insert, create table, create > index and so on. however, i do know weather postgresql > supports ba

[GENERAL] [Question]batch execute sql command

2005-04-24 Thread neo anderson
Hi, i encounter a question when create database schema. because i have a sql script, in which contains lots of sql command, including insert, create table, create index and so on. however, i do know weather postgresql supports batch executing sql script or not, for i try to run scrtip like what or