Re: getting the version

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: 'Andrew Hill' <andru(at)treshna(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: getting the version
Date: 2002-04-16 12:27:00
Message-ID: AE0489E2D9F21E4FB5A2DDBBA713908D01FAE5@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

SELECT version();

Regards, Dave.

> -----Original Message-----
> From: Andrew Hill [mailto:andru(at)treshna(dot)com]
> Sent: 16 April 2002 13:26
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] getting the version
>
>
> Hello.
>
> A library i wrote (bonddb) does a lot of work at extracting backend
> information from postgresql, like how the database was created etc.
> Anyway, I've got a few problems with changes in the change
> of structure
> from 7.1 to 7.2. Is there a table/field i can query to get
> what version
> of the database the user currently has without reading the
> PG_VERSION file?
>
>
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andrew Hill 2002-04-16 13:22:04 Re: getting the version
Previous Message Andrew Hill 2002-04-16 12:26:17 getting the version