Re: Running queries from scripts. - Mailing list pgsql-sql

From Margarita Barvinok
Subject Re: Running queries from scripts.
Date
Msg-id Pine.SOL.4.10.10007061156260.29747-100000@tempest.gpcc.itd.umich.edu
Whole thread Raw
In response to Running queries from scripts.  ("DalTech - Continuing Technical Education" <CTE@Dal.Ca>)
List pgsql-sql
Hi,

It works for me, for example, this way:
athens% psql -d template1 -c "select datname from pg_database" datname  
-----------template1postgresbiologytest
(4 rows)
Hope this helps,
-Rita


On Thu, 6 Jul 2000, DalTech - Continuing Technical Education wrote:

> I was wondering if anyone could help me out with the syntax of running queries from a unix script.
> 
> psql -c select 'I am a dummy' -d dbname  - never seems to work.  I've tried variations on the command line, but to no
success.
> 
> Does the -c option work?
> 
> Cheers,
> Christopher Currie
> 
> __________________________________
> Dalhousie: DalTech - CTE
> Visit our Web site at http://www.cte.dal.ca
> (902) 494-6079
> (800) 565-1179
> 

--------------------------------------------------------
Margarita Barvinok                University of Michigan
System Administrator II           Department of Biology
brita@umich.edu
---------------------------------------------------------



pgsql-sql by date:

Previous
From: "DalTech - Continuing Technical Education"
Date:
Subject: Running queries from scripts.
Next
From: "DalTech - Continuing Technical Education"
Date:
Subject: Re: Running queries from scripts.