Re: Problemas con CREATELANG

From: Sebastián Villalba <sebastian(at)fcm(dot)unc(dot)edu(dot)ar>
To: "Luis Fernando Curiel Cabrera" <lcuriel(at)gmail(dot)com>, postgreSQL <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Problemas con CREATELANG
Date: 2006-10-10 01:05:05
Message-ID: 20061010010121.M73598@fcm.unc.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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
-------------------------------------------

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Sebastián Villalba 2006-10-10 02:24:37 RETURN NEXT retorna solamente uno
Previous Message Manzanita 2006-10-10 00:40:57 Command Prompt --- como se usa?