Florian Litot wrote:
> what is the command to launch a sql script not in psql thanks
>
>
psql is used to execute sql scripts as follows:
psql -f <filename> <database>
hth,
- Stuart
Title: RE: [CYGWIN] command