Re: [HACKERS] large object implementation

2001-06-11 Thread Tom Lane
"Andy Samuel" <[EMAIL PROTECTED]> writes: > I wonder why all large objects is placed in one system table > pg_largeobject ). Why not? There's no tight limit on the size of a table. > I just want to trow an idea, why not create a similiar table and added pglo > ( something like pglo_tablename )

[HACKERS] large object implementation

2001-06-11 Thread Andy Samuel
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