Re: Finding Postgres Version???? - Mailing list pgsql-novice

From Steve Crawford
Subject Re: Finding Postgres Version????
Date
Msg-id 20030204164918.D7822103F3@polaris.pinpointresearch.com
Whole thread Raw
In response to Re: Finding Postgres Version????  (Jonathon Batson <jonathon@octahedron.com.au>)
List pgsql-novice
For version of server use:
select version();

For version of psql use:
psql -V

Cheers,
Steve



On Monday 03 February 2003 5:08 pm, Jonathon Batson wrote:
> Hi...
>
> Does anyone know the command to find the current version # of Postgres??
>
> Thanks
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

pgsql-novice by date:

Previous
From: Petre Scheie
Date:
Subject: PL/Perl on HPUX
Next
From: Jon V
Date:
Subject: Cygwin postmaster.pid solution?