Re: How to query pgsql from a BASH script ?

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: How to query pgsql from a BASH script ?
Дата
Msg-id 005201c5385b$2adc30a0$5179f345@WATSON
обсуждение исходный текст
Ответ на How to query pgsql from a BASH script ?  (Michelle Konzack <linux4michelle@freenet.de>)
Ответы Re: How to query pgsql from a BASH script ?
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: How to query pgsql from a BASH script ?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PostgreSQL and .NET