Обсуждение: How to get the server version??

Поиск
Список
Период
Сортировка

How to get the server version??

От
Roberto João Lopes Garcia
Дата:
Hi

Is there any way, possible an SQL or pgsql command, to get the server version?

Thank you

Roberto



Re: How to get the server version??

От
"omid omoomi"
Дата:
select version();


>From: Roberto Jo�o Lopes Garcia <roberto@mha.com.br>
>To: pgsql-sql@postgresql.org
>Subject: [SQL] How to get the server version??
>Date: Tue, 24 Jul 2001 10:50:50 -0300
>
>Hi
>
>Is there any way, possible an SQL or pgsql command, to get the server 
>version?
>
>Thank you
>
>Roberto
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: How to get the server version??

От
"Richard Huxton"
Дата:
From: "Roberto João Lopes Garcia" <roberto@mha.com.br>

> Is there any way, possible an SQL or pgsql command, to get the server
version?

select version();


- Richard Huxton



Re: How to get the server version??

От
"Ross J. Reedstrom"
Дата:
On Tue, Jul 24, 2001 at 10:50:50AM -0300, Roberto Jo?o Lopes Garcia wrote:
> Hi
> 
> Is there any way, possible an SQL or pgsql command, to get the server version?
> 



template1=# select version();                            version                            
---------------------------------------------------------------PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC
2.95.4
(1 row)

Ross