Re: How to query pgsql from a BASH script ? - Mailing list pgsql-general

From Sean Davis
Subject Re: How to query pgsql from a BASH script ?
Date
Msg-id 005201c5385b$2adc30a0$5179f345@WATSON
Whole thread Raw
In response to How to query pgsql from a BASH script ?  (Michelle Konzack <linux4michelle@freenet.de>)
Responses Re: How to query pgsql from a BASH script ?  (Michelle Konzack <linux4michelle@freenet.de>)
List pgsql-general
Michelle,

There may be other answers for this, but if you need to connect 2-3 times
per second, you probably need a persistent connection which, as far as I
know, can't be obtained (and maintained) from bash.  Is there a reason not
to do this from the server side or even from a standard client-side language
like perl, java, or C?

Sean

----- Original Message -----
From: "Michelle Konzack" <linux4michelle@freenet.de>
To: <pgsql-general@postgresql.org>
Sent: Sunday, April 03, 2005 10:16 AM
Subject: [GENERAL] How to query pgsql from a BASH script ?




pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How to query pgsql from a BASH script ?
Next
From: Pavel Stehule
Date:
Subject: Re: PostgreSQL and .NET