From: | "Luis Fernando Curiel Cabrera" <lcuriel(at)gmail(dot)com> |
---|---|
To: | Sebastián Villalba <sebastian(at)fcm(dot)unc(dot)edu(dot)ar> |
Cc: | postgreSQL <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Problemas con CREATELANG |
Date: | 2006-10-10 15:15:31 |
Message-ID: | 4fa3ceed0610100815r173dc1eq4ca935b0b003e23d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Gracias por responder, pero me sigue saliendo el mismo error. Lo extraño es
que marca un error de sintaxis por el puinto y coma. Ya he ejecutado el
comando sin el punto y coma y me sigue saliendo el mismo error.
nsi_coin=# CREATE LANGUAGE plpgsql;
ERROR: syntax error at or near ";" at character 24
LINE 1: CREATE LANGUAGE plpgsql;
nsi_coin=# CREATE LANGUAGE 'plpgsql';
ERROR: syntax error at or near ";" at character 26
LINE 1: CREATE LANGUAGE 'plpgsql';
template1=# CREATE PROCEDURAL LANGUAGE 'plpgsql';
ERROR: syntax error at or near ";" at character 37
LINE 1: CREATE PROCEDURAL LANGUAGE 'plpgsql';
On 10/9/06, Sebastián Villalba <sebastian(at)fcm(dot)unc(dot)edu(dot)ar> wrote:
>
> Hola Luis...
>
> On Mon, 9 Oct 2006 18:14:20 -0500, Luis Fernando Curiel Cabrera wrote
> > No puedo crear el lenguaje plpgsql.
> > nsi_coin=# createlang plpgsql nsi_coin;
> > ERROR: syntax error at or near "createlang" at character 1
> > LINE 1: createlang plpgsql nsi_coin;
> >
> > Alguien tiene una sugerencia que darme o decirme que estoy haciendo
> > mal? Les Agradeceria demasiado su ayuda.
> >
> > Estoy usando:
> > PostgreSQL 8.0.4 on powerpc-apple-darwin8.0.0
>
> Fijate que justamente hoy mandé un mail a la lista indicando cómo deberías
> poder crear el lenguage. Aquí está el link:
>
> http://archives.postgresql.org/pgsql-es-ayuda/2006-10/msg00112.php
>
> Básicamente tu error viene porque estás usando "createlang" dentro de
> psql.
> Ese es un comando de bash. Dentro de psql tendrías que hacer "CREATE
> LANGUAGE
> plpgsql;". Saludos...
> -
> -------------------------------------------
> Sebastián Villalba
> sebastian(at)fcm(dot)unc(dot)edu(dot)ar
> -------------------------------------------
>
>
--
Luis Fernando Curiel Cabrera
- Professional ABACO DE BOLITAS Developer.
- Certified ABACO DE BOLITAS Programmer.
From | Date | Subject | |
---|---|---|---|
Next Message | Fran | 2006-10-10 15:18:44 | Migrar de 7.4 a 8.1 |
Previous Message | Alvaro Herrera | 2006-10-10 15:15:21 | Re: triggers |