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:16:33
Message-ID: 20040504171633.GB2912@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:

> create type lo (
> internallength=4, externallength=10,
> input=int4in, output=int4out,
> default='', passedbyvalue
> );

BTW, hay un modulo contrib/lo en el codigo fuente de Postgres que
permite agregar soporte para el famoso tipo lo. La definicion que
muestras parece una version obsoleta, para versiones antiguas de
Postgres.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"If you have nothing to say, maybe you need just the right tool to help you
not say it." (New York Times, about Microsoft PowerPoint)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Roderick Alexander Ali Aguila 2004-05-04 17:34:55 hola aqui mi gente
Previous Message Alvaro Herrera 2004-05-04 17:10:41 Re: Problemas al crear un tipo