Re: Extend ALTER DEFAULT PRIVILEGES for large objects
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Yugo NAGATA <nagata@sraoss.co.jp>, Laurenz Albe
<laurenz.albe@cybertec.at>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2025-04-04T15:10:41Z
Lists: pgsql-hackers
On 2025/04/04 23:47, Nathan Bossart wrote: > On Fri, Apr 04, 2025 at 07:18:11PM +0900, Fujii Masao wrote: >> I've pushed the patch. Thanks! > > Just a heads up, I fixed a pgindent issue in this commit (see commits > e1a8b1ad58 and 742317a80f). I'd ordinarily just report it, but since we're > nearing feature freeze, I just fixed it because my workflow (and presumably > others') involves running pgindent on the entire tree periodically. Thanks a lot! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.
- ff0bcb248e6e 19 (unreleased) landed
-
psql: Improve psql tab completion for GRANT/REVOKE on large objects.
- 86c539c5af14 19 (unreleased) landed
-
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
- 0d6c4776647f 18.0 landed
-
Convert tab-complete's long else-if chain to a switch statement.
- f391d9dc93a2 18.0 cited