Re: Problemas al crear un tipo

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Henry Orlando Interiano <henry(at)lamundial(dot)hn>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Problemas al crear un tipo
Date: 2004-05-04 17:10:41
Message-ID: 20040504171041.GA2912@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Thu, Apr 15, 2004 at 10:02:44AM -0600, Henry Orlando Interiano wrote:

> Nesecito crear este Type, pero tengo problemas con int4out y int4in
>
> create type lo (
> internallength=4, externallength=10,
> input=int4in, output=int4out,
> default='', passedbyvalue
> );
>
> ERROR: function int4out(lo) does not exist

Deberia ser bastante obvio: no existen esas funciones. Tendras que
buscar un reemplazo. De donde sacaste esa definicion? Ya la he visto
aqui.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"¿Que diferencia tiene para los muertos, los huérfanos, y aquellos que han
perdido su hogar, si la loca destrucción ha sido realizada bajo el nombre
del totalitarismo o del santo nombre de la libertad y la democracia?" (Gandhi)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2004-05-04 17:16:33 Re: Problemas al crear un tipo
Previous Message Manuel R. Bercian 2004-05-04 16:53:41 Re: de PHP a PostgreSQL