Re: HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP?????

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Rudi Lausarot <rudilb(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP?????
Date: 2007-06-25 17:18:43
Message-ID: 20070625171843.GB15627@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Rudi Lausarot escribió:
> Cuando quiero levantar la base, usando:
> ./postmaster -D /var/lib/postgres/data/
>
> me da el siguiente error:
>
> 2007-06-25 12:30:29 [3436] FATAL: database files are incompatible with
> server
> DETAIL: The database cluster was initialized with HAVE_INT64_TIMESTAMP but
> the server was compiled without HAVE_INT64_TIMESTAMP.
> HINT: It looks like you need to recompile or initdb.
>
> como hago para solucionar lo del timestamp??
> Alvaro Herrera me contesto:
>
> Ejecuta configure nuevamente con --enable-integer-datetimes (o era
> --integer-datetimes? no me acuerdo) Idealmente deberias usar las mismas
> opciones a configure que el original para evitar posibles
> incompatibilidades (puedes verlas con pg_config --configure, si todavia
> tienes el pg_config de la version que se rompió)
>
> Pero esto no me funcionó o yo me equivoco al usarlo.
> Alguna otra opcion?

Esa es la unica opcion. Que error te dio?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Miguel Rodríguez Penabad 2007-06-25 17:46:45 Re: separador de campos
Previous Message Rudi Lausarot 2007-06-25 17:02:43 HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP?????