From: "Milen" <milend@ansco.com>
> I want to execute several SQL statements one after another.
> Does anyone know if it is possible to create something like a "batch file"
> which contains all SQL commands I want.
You can do exactly that.
Use "man psql" to find out about the -f option or the \i option.
- Richard Huxton