Re: [Pgsql-ayuda] Campos Blob en postgres

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Edwin Quijada <listas_quijada(at)hotmail(dot)com>
Cc: sebastian(at)fcm(dot)unc(dot)edu(dot)ar, pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: Re: [Pgsql-ayuda] Campos Blob en postgres
Date: 2003-10-10 02:16:24
Message-ID: 20031010021624.GC23449@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Thu, Oct 09, 2003 at 10:58:43PM +0000, Edwin Quijada wrote:
> Postgres no soporta tipo blob
> deberas usar oid o bytea

No soporta el tipo "blob", pero sí soporta "objetos grandes", que tienen
un comportamiento similar a los blobs. De hecho si usas OID lo que
necesitas es usar la interfaz de objetos grandes (large object).

También está /contrib/lo que ayuda en el manejo.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Someone said that it is at least an order of magnitude more work to do
production software than a prototype. I think he is wrong by at least
an order of magnitude." (Brian Kernighan)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Benjamin Alvarado 2003-10-10 12:39:29 [Pgsql-ayuda] Una de Primero
Previous Message Gunnar Wolf 2003-10-09 23:09:20 Re: [Pgsql-ayuda] Postgresql