psql connect_timeout feature

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psql connect_timeout feature
Date: 2007-09-05 16:59:45
Message-ID: 46DEE081.8080501@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've dug through the docs and peeked at the source and found no way to
specify a connect_timeout so:

1. Did I, in fact, just overlook something?

2. We would find it extremely useful to have this option. Would anyone else?

3. Alternately, what about adding a "raw connection string" feature to
psql. The supplied string would be passed straight to the PQconnectdb
function and allow access to all connection parameters without the
necessity to keep adding individual command-line options for each
individual parameter.

Cheers,
Steve

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2007-09-05 17:10:30 Re: psql connect_timeout feature
Previous Message Owen Hartnett 2007-09-05 16:41:15 Re: problem with transactions in VB.NET using npgsql