Perl and psql variables - Mailing list pgsql-novice

From Mark Campbell
Subject Perl and psql variables
Date
Msg-id 444F6360.2000508@ucs.co.za
Whole thread Raw
Responses Re: Perl and psql variables  (Sean Davis <sdavis2@mail.nih.gov>)
Re: Perl and psql variables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi

I am currently running a Perl script once a month which in turn uses a
sql script file to extract info from a postgres database.

I would like to automate this perl script, but the problem that I have
is that I need to pass on a variable from the perl script to the sql script.


Yes, I can add the entire block of sql code into the perl script, but I
don't want it to function like that ie duplicate the sql code in the
perl script, as I might need a different perl script to execute the same
sql.

eg

the perl script generates a variable called $month (which is the current
month), I then need that month variable passed as a command line line
parameter to psql. eg psql -f sql.file --variable "month = $month"
then do a SELECT with the variable called :month

Is this possible to do, if so how?

Regards

--

Mark Campbell


Confidentiality Notice: http://ucs.co.za/conf.html


pgsql-novice by date:

Previous
From: Ennio-Sr
Date:
Subject: Re: How to obtain algebraic sum of equal lines
Next
From: Sean Davis
Date:
Subject: Re: Perl and psql variables