Simple DB presence verifier. - Mailing list pgsql-novice

From Damian C
Subject Simple DB presence verifier.
Date
Msg-id 2bbc8f530703041340t24caf87p4c04fd55b91a11a5@mail.gmail.com
Whole thread Raw
Responses Re: Simple DB presence verifier.  (John DeSoi <desoi@pgedit.com>)
Re: Simple DB presence verifier.  ("Abbas" <abbas@enterprisedb.com>)
List pgsql-novice
Hello,
This is a real novice question!  We are developing a distributed
(~1-10 PCs) Java office application that uses Postgres as the central
data store. We are capable Java developers, but our Postgres skills
are limited because it is primarily hidden behind Hibernate ORM.  Our
product is aimed at a "technically illiterate small business" market,
so there will be no fancy equipment or system administrators, and
"forgetting to turn on the server" will be a common fail case.

Our use case involves the java desktops checking to see if Postgres is
available at (1) startup, and (2) ongoing "watchdog", perhaps every
minute or so.

My first attempt has been to write a query such as "SELECT last_value
FROM est_sequence". If the query fails then we can conclude that the
database is not present.

What we are looking for is a simple, low overhead, "quick succeed,
catchable fail", way to check if the database is available.

Can anyone suggest an improved technique to check for database presence??

All suggestions welcome.
Many thanks,
-Damian

pgsql-novice by date:

Previous
From: Frank Bax
Date:
Subject: 8.2 docs error?
Next
From: John DeSoi
Date:
Subject: Re: Simple DB presence verifier.