Re: getting the version

From: Andrew Hill <andru(at)treshna(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: getting the version
Date: 2002-04-16 13:22:04
Message-ID: 3CBC257C.3020003@treshna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>SELECT version();
>
>Regards, Dave.
>
Thanks man, i knew it had to be something easy like that.

>
>
>>-----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
>>
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo@email.it 2002-04-17 06:27:40 generate documentation chm file
Previous Message Dave Page 2002-04-16 12:27:00 Re: getting the version