Re: Large object security - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Large object security
Date
Msg-id 27533.1019224950@sss.pgh.pa.us
Whole thread Raw
In response to Re: Large object security  ("Mario Weilguni" <mario.weilguni@icomedias.com>)
List pgsql-hackers
"Mario Weilguni" <mario.weilguni@icomedias.com> writes:
> would'nt it be much better to expand pg_largeobject to have another
> column "src_oid" (or similar), containing the OID of the referencing
> table from pg_class,

What referencing table?  The existing LO implementation has no idea
where you are keeping the reference(s).  Nor is there any assumption
that there's just one link to the LO.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: new food for the contrib/ directory
Next
From: "Sander Steffann"
Date:
Subject: Re: Schema (namespace) privilege details