Re: [SQL] How to install Postgres that supports 64-bit

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: [SQL] How to install Postgres that supports 64-bit
Дата
Msg-id 1114181414.13303.48.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на How to install Postgres that supports 64-bit integer/date-time.  ("Dinesh Pandey" <dpandey@secf.com>)
Список pgsql-general
On Fri, 2005-04-22 at 00:30, Dinesh Pandey wrote:
> How to install Postgres 8.0.1 that supports 64-bit integer/date-time.
>
>
>
> # ./configure --prefix=/usr/local/pgsql
> --with-tclconfig=/usr/local/lib --with-tcl
>
> checking build system type... sparc-sun-solaris2.8
>
> checking host system type... sparc-sun-solaris2.8
>
> checking which template to use... solaris
>
> checking whether to build with 64-bit integer date/time support... no
>
> checking whether NLS is wanted... no
>
> checking for default port number... 5432
>
> checking for gcc... gcc
>
>
>
> while installation I am getting this message:” checking whether to
> build with 64-bit integer date/time support... no”
>

 --enable-integer-datetimes  enable 64-bit integer date/time support


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

Предыдущее
От: Richard_D_Levine@raytheon.com
Дата:
Сообщение: UltraSPARC versus AMD
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Table modifications with dependent views - best