Re: AYUDA CON EL PGADMIN III

From: "Antonio Martinez" <amartinezal(at)azertia(dot)com>
To: <rmero(at)marzam-online(dot)com>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>, "Alvaro Herrera" <pgsql-es-ayuda-owner(at)postgresql(dot)org>
Subject: Re: AYUDA CON EL PGADMIN III
Date: 2006-05-31 09:07:13
Message-ID: 447D5CC1.9050301@azertia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Con el plpgsql y creando nuevos lenguages no puedo ayudar pero puedes
hacer tus triggers en Java si sabes un poco de java y como crearte unos jar.

con esta documentación y un par de dias de asimilacion y pruebas lo
puedes conseguir

http://wiki.tada.se/display/pljava/Home

pero si buscas en http://www.postgresql.org/ en la barra de busqueda
CREATE LANGUAGE te sale esta página con la documentacion para crear tu
leguaje o cualquier otra duda sobre como usar el lenguage.

http://www.postgresql.org/files/documentation/books/aw_pgsql/node217.html

de todas maneras el correo que te mando linder poclaba estaba muy bien
para crear una funcion y asociarla a un trigger, ahí esta la clave.

Raúl Mero wrote:

> HOLA QUE TAL ESTUVE PREGUNTANDO SI PODIA HACER UN TRIGGER A FUNCIONES
> QUE SE HAYAN HECHO EN LENGUAJE SQL PERO COMO NO SE PUEDE OK INTENTE
> OTRA COSA:
>
> PERO CUANDO QUIERO ESCRIBIR UNA FUNCION EN PL-pgSQL EL ADMINISTARDOR
> ME DICE QUE EL LEGUAJE NO EXITE ESTE ES EL ERROR:
>
> ERROR: language "plpgsql" does not exist
> HINT: Use CREATE LANGUAGE to load the language into the database.
>
> USO EL PGADMIN III
>
> SI ALGUIEN LE A SUCEDIDO ALGO ASI ME DICEN PLEASE, SOY PRINCIPIANTE
>
>
> RAUL MERO
> --
>
>---------------------------(fin del mensaje)---------------------------
>TIP 9: el optimizador ignorará el uso de recorridos de índice si los
> tipos de datos de las columnas no coinciden
>
>

----------------------------------------------------------------------- Este mensaje y los documentos, que en su caso, lleve anexos, pueden contener informacion confidencial y atañe exclusivamente a las personas a las que va dirigido. Cualquier opinion en el contenida, es exclusiva de su autor y no representa necesariamente la opinion de AZERTIA. Si usted no es el destinatario de este mensaje, considerese advertido de que lo ha recibido por error y que cualquier uso, difusion o copia estan prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique por la misma via o al telefono 93 207 55 11 y proceda a destruirlo inmediatamente.

This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of AZERTIA. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please notify it to AZERTIA by telephone on number +34 93 207 55 11. -----------------------------------------------------------------------

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Pablo Braulio 2006-05-31 09:44:48 Programación adecuada para postgres.
Previous Message Jared Lopez 2006-05-31 06:35:40 Re: Uso de PostgreSQL