Re: [PATCH] Support reading large objects with pg_read_all_data
Nitin Motiani <nitinmotiani@google.com>
From: Nitin Motiani <nitinmotiani@google.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2026-02-09T11:55:19Z
Lists: pgsql-hackers
Attachments
- v2-0001-Support-large-object-functions-with-pg_read_all_d.patch (application/x-patch) patch v2-0001
On Thu, Feb 5, 2026 at 9:14 PM Nathan Bossart <nathandbossart@gmail.com> wrote: > At a glance, it looks generally reasonable to me. In addition to updating > the documentation, I'd recommend adding tests. > Thanks Nathan. I'm attaching the patch with new tests and updated documentation. Please take a look. Regards, Nitin Motiani Google
Commits
-
Allow pg_{read,write}_all_data to access large objects.
- d98197602790 19 (unreleased) landed