Re: Finding Postgres Version????

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Jonathon Batson <jonathon(at)octahedron(dot)com(dot)au>, Postgres Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Finding Postgres Version????
Date: 2003-02-04 16:49:19
Message-ID: 20030204164918.D7822103F3@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jon V 2003-02-04 16:55:05 Cygwin postmaster.pid solution?
Previous Message Petre Scheie 2003-02-04 16:05:52 PL/Perl on HPUX