Re: getting PostgreSQL version from TCP/IP client

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: <stevemca(at)optushome(dot)com(dot)au>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: getting PostgreSQL version from TCP/IP client
Date: 2003-08-11 13:21:36
Message-ID: a05210606bb5d481ea3df@[192.168.0.225]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks Steve, it works. Are there any other things working with
SELECT like this -- or better, where is this documented?

Thanks,

Marc

>Select version();
>
> > I couldn't find a command to get the version number of PostgreSQL
> > from a TCP/IP client. How must I do this?

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message jun queano 2003-08-11 14:34:15 error: table does not exist
Previous Message Steve McAllister 2003-08-11 13:03:07 Re: getting PostgreSQL version from TCP/IP client