[Pgsql-ayuda] Campos Blob en postgres

Alvaro Herrera alvherre@dcc.uchile.cl
Thu, 9 Oct 2003 22:16:24 -0400


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)