Re: In or Exists?

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Fabrice(dot)Sznajderman(at)devoteam(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org, pgsql-jdbc-owner(at)postgresql(dot)org
Subject: Re: In or Exists?
Date: 2006-02-15 16:27:13
Message-ID: 1140020833.22740.215.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 2006-02-15 at 09:59, Fabrice(dot)Sznajderman(at)devoteam(dot)com wrote:
> thank you for your answer!
>
>
> how I can know the version of my postgres DataBase ?
> I know is 7.3.x but I don't know for the 'x' number ..

psql -V will tell you the client version. or psql template1 -c "select
version();" will tell you the version of the backend server.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fabrice.Sznajderman 2006-02-15 16:27:56 Re: In or Exists?
Previous Message John R Pierce 2006-02-15 16:24:54 Re: In or Exists?