Re: [PATCH] Largeobject access controls - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] Largeobject access controls
Date
Msg-id 603c8f070909231838q814a06bma24dbb0d049c736c@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Largeobject access controls  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: [PATCH] Largeobject access controls
List pgsql-hackers
2009/9/23 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> Now, I'm revising the patch as follows:
> - pg_largeobject_meta is renamed to pg_largeobject_metadata
> - The GUC of largeobject_compat_dac is renamed to largeobject_compat_acl
> - psql supports \dl to show owner of the largeobject
> - add documentation for the GUC, and add it to the postgresql.conf.sample

I still don't like the idea of having a GUC that turns off a
substantial part of the security system.

Am I the only one?

...Robert


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: [PATCH] Largeobject access controls
Next
From: Robert Haas
Date:
Subject: Re: pg_hba.conf: samehost and samenet [REVIEW]