On Thu, 29 May 2025 at 15:43, Robert Haas <robertmh...@gmail.com> wrote: > that would also imply, > for example, that there's no way to run a pg_dump without letting any > user on the system obtain superuser privileges.
I checked, pg_dump seems safe, it doesn't extract the values, even when using --column-inserts. pg_restore may have issues though, as it will run these functions for GENERATED STORED columns?