Re: Extend ALTER DEFAULT PRIVILEGES for large objects - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Extend ALTER DEFAULT PRIVILEGES for large objects
Date
Msg-id ade0ab29-777f-47f6-9d0d-1af67728a86e@oss.nttdata.com
Whole thread Raw
In response to Re: Extend ALTER DEFAULT PRIVILEGES for large objects  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: Extend ALTER DEFAULT PRIVILEGES for large objects
List pgsql-hackers

On 2025/04/04 0:21, Fujii Masao wrote:
> Thanks for updating the patch!
> 
> If there are no objections, I'll proceed with committing it using the following commit log.

I've pushed the patch. Thanks!

While testing the feature, I noticed that psql doesn't complete
"ALTER DEFAULT PRIVILEGES GRANT/REVOKE ... ON LARGE OBJECTS" or
"GRANT/REVOKE ... ON LARGE OBJECT ..." with TO/FROM. The attached
patch adds tab-completion support for both cases.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Network failure may prevent promotion
Next
From: Antonin Houska
Date:
Subject: Re: why there is not VACUUM FULL CONCURRENTLY?