Re: v7.4b2 : How can I use COMMENT ON for Large Objects ?

From: Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: v7.4b2 : How can I use COMMENT ON for Large Objects ?
Date: 2003-09-08 15:20:06
Message-ID: 200309081720.06187.ftm.van.vugt@foxi.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> This is a psql artifact, not a feature supported by the backend.
> If you want to do likewise, emulate the code in src/bin/psql/large_obj.c.

Thanks, it seems that since I also want to allow non-superusers as well to
'trigger' an automagically created comment on a large object 'upload', it was
easier to use a plpgsql function on the system tables with security definer.

--
Best,

Frank.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-09-08 15:43:47 Re: decrypted pwd
Previous Message Tom Lane 2003-09-08 15:02:40 Re: SRF question