Re: INSERT

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: M C <ayudapostgre(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: INSERT
Date: 2008-12-15 19:14:02
Message-ID: 20081215191402.GL4067@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

M C escribió:

> CREATE OR REPLACE FUNCTION guardar_datos_pantalla(character varying,
> integer, text[], integer, character varying)
> RETURNS boolean AS

> Al ejecutar la función (select guardar_datos_pantalla('Titulo', 2,
> 'descripcion', 1, 'titulo');) me produce el siguiente error:
>
> ERROR: array value must start with "{" or dimension information
>
>
> Esto se debe al tipo text?

En toda la funcion que mostraste no hay ningun tipo text. Hay solamente
tipo text[] pero eso no es lo mismo; text[] es un array de text. Los
array deben empezar con {, como dice el mensaje de error.

--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
Are you not unsure you want to delete Firefox?
[Not unsure] [Not not unsure] [Cancel]
http://smylers.hates-software.com/2008/01/03/566e45b2.html

In response to

  • INSERT at 2008-12-15 19:06:22 from M C

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2008-12-15 20:03:19 Re: Problema con instalación en Windows y Hamachi
Previous Message Silvio Quadri 2008-12-15 19:13:48 Re: INSERT