bash hacks with postgres
I’ve got quite a number of different bash scripts which will accept command-line arguments to do various stuff… I needed to apply same logic to get some data pulled-out from PostgreSQL.
So, what we have here is basically an input file which will have one record per line ( employee_id), these lines will be used as [...]