Re: ayuda con pg_connect

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: alvaro gutierrez <cnoma(at)latinmail(dot)com>
Cc: "pgsql-es-ayuda(at)postgresql(dot)org" <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: ayuda con pg_connect
Date: 2004-11-06 16:24:17
Message-ID: 20041106162417.GA7799@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Sat, Nov 06, 2004 at 05:02:08PM +0100, alvaro gutierrez wrote:
> Hola y gracias por aceptarme, soy novato y tengo un error con pg_connect:
>
> FATAL ERROR: Call to undefined function: pg_connect() in /var/www/pagphp on line 3

Probablemente tu PHP no tiene soporte Postgres ... tienes que instalar
la biblioteca correspondiente y reiniciar Apache.

Es facil verificar si tiene soporte: invoca la funcion phpinfo() (o era
php_info(), no recuerdo) desde PHP.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Maybe there's lots of data loss but the records of data loss are also lost.
(Lincoln Yeoh)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2004-11-06 19:16:24 Re: Triggers con argumentos
Previous Message alvaro gutierrez 2004-11-06 16:02:08 ayuda con pg_connect