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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to tell if 64 bit vs 32 bit engine?
Дата
Msg-id 3802.1208538617@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to tell if 64 bit vs 32 bit engine?  (Zoltan Boszormenyi <zb@cybertec.at>)
Список pgsql-general
Zoltan Boszormenyi <zb@cybertec.at> writes:
> Keaton Adams �rta:
>> 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?

> select version();
> It will tell you the compiler version and arch as well. You can deduce
> from there.

Or, if that doesn't seem very helpful, file(1) applied to the postgres
executable will tell you if it's a 32-bit or 64-bit executable.

            regards, tom lane

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

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