Re: postgresql ID

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: Luís Henriques <lhenriques(at)criticalsoftware(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: postgresql ID
Date: 2001-08-17 15:16:37
Message-ID: v7dqnt42l2iuvh1bgabsr14s3ceb5kp919@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 17 Aug 2001 11:13:12 +0100, you wrote:
>Is there a way to be sure that the database that the application
>is using in a specific moment is really a postgres database?

DatabaseMetaData.getDatabaseProductName() returns "PostgreSQL".

I can't guarantee that other products won't do the same though
:-)

Regards,
René Pijlman

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-08-17 17:34:32 Re: Re: [JDBC] JDBC pg_description update needed for CVS tip
Previous Message Bruce Momjian 2001-08-17 14:45:03 Re: JDBC Array Support, Take III