large object implementation

From: "Andy Samuel" <andysamuel(at)geocities(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: large object implementation
Date: 2001-06-12 05:20:59
Message-ID: 000501c0f2ff$77413bc0$0100a8c0@foserver
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I wonder why all large objects is placed in one system table
pg_largeobject ).
I just want to trow an idea, why not create a similiar table and added pglo
( something like pglo_tablename ).
This way, the large objects will be spread in every table that has the blob
type.

Thank's
Andy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-12 06:32:05 Re: Calling lo_open within user defined C function
Previous Message chris.bitmead 2001-06-12 05:01:24 Re: Australian timezone configure option