Re: problemas al crear lenguaje plpgsql en v7.3 (Solucionado)

From: "Emanuel CALVO FRANCO" <postgres(dot)arg(at)gmail(dot)com>
To: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: problemas al crear lenguaje plpgsql en v7.3 (Solucionado)
Date: 2008-11-05 14:38:06
Message-ID: f205bb120811050638mc3d38c5i5d7f1b90351dab41@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

# cat INSTALL
Installation of PL/pgSQL

1) Type 'make' to build the shared plpgsql object.

2) Type 'make install' to install the shared object in
the PostgreSQL library directory.

3) Declare the PL/pgSQL procedural language in your
database by running the createlang script:

createlang plpgsql DBNAME

If you declare the language in the template1 database,
any subsequently created database will have PL/pgSQL
support installed automatically.

Encontre documentacion en el mismo source. Si bien no me sirvio porque
hay algunas cosas
que faltan en produccion, pero en teoria se puede compilar solamente
el modulo de plpgsql.

Gracias por la pista Alvaro ;)

2008/11/4 Emanuel CALVO FRANCO <postgres(dot)arg(at)gmail(dot)com>:
> Perdon por mi ignorancia,
> existe alguna documentacion para recompilar solamente plpgsql desde los src?
> tengo que intentar automatizar esto lo más posible...
>
>
> 2008/11/4 Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>:
>> Emanuel CALVO FRANCO escribió:
>>> Que tal listeros tengo un problemilla:
>>>
>>> necesito crear el lenguaje plpgsql, pero me tira incompatibilidad de librerías.
>>> el problema es el siguiente:
>>>
>>> es pgsql 7.3 sobre un kernel 2.6.17 y las libc-2.3.
>>> Me pide que sean libc-2.4.
>>
>> Sospecho que estas usando un paquete que no le corresponde a tu sistema.
>> Recompila plpgsql, o usa el paquete que corresponda.
>>
>> --
>> Alvaro Herrera Valdivia, Chile Geotag: -39,815 -73,257
>> "Find a bug in a program, and fix it, and the program will work today.
>> Show the program how to find and fix a bug, and the program
>> will work forever" (Oliver Silfridge)
>>
>
>
>
> --
> Emanuel Calvo Franco
> Syscope Postgresql DBA
> BaPUG / AOSUG Member
>

--
Emanuel Calvo Franco
Syscope Postgresql DBA
BaPUG / AOSUG Member

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Javier Chávez B. 2008-11-05 14:38:14 Re: consulta sobre transaccion
Previous Message Javier Chávez B. 2008-11-05 14:32:53 Re: consulta sobre transaccion