Re: In or Exists?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Fabrice(dot)Sznajderman(at)devoteam(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: In or Exists?
Date: 2006-02-15 16:24:54
Message-ID: 43F355D6.7030207@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 --version
psql (PostgreSQL) 8.1.2
...

or...

$ psql --version
psql (PostgreSQL) 7.4.5

(two different machines here)

this just shows the version of psql itself, which SHOULD be the same as
your server version. if you want to confirm this,

$ psql -c "show server_version;"
server_version
----------------
7.4.5
(1 row)

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Marlowe 2006-02-15 16:27:13 Re: In or Exists?
Previous Message Achilleus Mantzios 2006-02-15 16:19:12 Re: In or Exists?