From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | ebarreto(at)nexusit(dot)com(dot)py |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: PLPGSQL |
Date: | 2007-02-18 17:43:49 |
Message-ID: | c2d9e70e0702180943y4a555ebbs90d952ee2853ee41@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 2/18/07, Ever Daniel Barreto Rojas <ebarreto(at)nexusit(dot)com(dot)py> wrote:
>
> josé:
> > Checking for plpgsql ...FAILED. Make sure the language plpgsql is
> > installed for the database wikit
>
> --
> CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'
> HANDLER plpgsql_call_handler
> VALIDATOR plpgsql_validator;
> --
>
a partir del 8.1 la forma recomendada de hacer esto es conectarte a la
base de datos (en este caso wikit) y ejecutar:
CREATE LANGUAGE plpgsql;
o desde la linea de comandos ejecutar: "createlang plpgsql wikit"
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Ernesto Quiñones | 2007-02-18 17:56:08 | Re: LATAM postgresql users |
Previous Message | Ever Daniel Barreto Rojas | 2007-02-18 15:20:11 | RE: PLPGSQL |