On Wed, Jul 10, 2024 at 11:05 AM nikhil kumar <nikhil.db...@gmail.com> wrote:
> > We received a request from client. They required all functions, stored > procedures and triggers backup. can anyone please let me know. How to take > backup only above objects. > This hardly qualifies as a performance question. You might try the -general list if you want to brainstorm workarounds because pg_dump itself doesn't provide any command line options to give you this specific subset of your database. David J.