Re: batch file - Mailing list pgsql-sql

From Grant
Subject Re: batch file
Date
Msg-id Pine.LNX.4.21.0105301105150.13916-100000@webster.conprojan.com.au
Whole thread Raw
In response to Re: batch file  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
> 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.

That or just separate commands by a semi colon:

select * from table1; select * from table2;



pgsql-sql by date:

Previous
From: Phuong Ma
Date:
Subject: Shortcut?
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: Shortcut?