Re: How to tell if 64 bit vs 32 bit engine?

Поиск
Список
Период
Сортировка
От Zoltan Boszormenyi
Тема Re: How to tell if 64 bit vs 32 bit engine?
Дата
Msg-id 4808CA65.2060105@cybertec.at
обсуждение исходный текст
Ответ на How to tell if 64 bit vs 32 bit engine?  (Keaton Adams <kadams@mxlogic.com>)
Ответы Re: How to tell if 64 bit vs 32 bit engine?
Re: How to tell if 64 bit vs 32 bit engine?
Список pgsql-general
Keaton Adams írta:
> I did search the archives for this.... But didn’t see a posting that
> directly answered the question.
>
> How do I tell if the 32 bit version of PostgreSQL is running on a 64
> bit machine, or if the 64 bit version was installed? Is there a pg_
> table that I can query or a config file I can look in to find out? I
> found nothing in postgresql.conf that would indicate this.
>
> Thanks,
>
> Keaton
>

select version();

It will tell you the compiler version and arch as well. You can deduce
from there.

--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/



В списке pgsql-general по дате отправления:

Предыдущее
От: Keaton Adams
Дата:
Сообщение: How to tell if 64 bit vs 32 bit engine?
Следующее
От: Chris Browne
Дата:
Сообщение: Re: In the belly of the beast (MySQLCon)