Re: batch file

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: batch file
Date: 2001-05-30 01:07:16
Message-ID: Pine.LNX.4.21.0105301105150.13916-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2001-05-30 01:19:51 Re: Shortcut?
Previous Message Phuong Ma 2001-05-30 00:05:01 Shortcut?