Re: In or Exists? - Mailing list pgsql-jdbc

From Scott Marlowe
Subject Re: In or Exists?
Date
Msg-id 1140020833.22740.215.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: In or Exists?  (Fabrice.Sznajderman@devoteam.com)
Responses Re: In or Exists?  (Fabrice.Sznajderman@devoteam.com)
List pgsql-jdbc
On Wed, 2006-02-15 at 09:59, Fabrice.Sznajderman@devoteam.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.

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: In or Exists?
Next
From: Fabrice.Sznajderman@devoteam.com
Date:
Subject: Re: In or Exists?