Hello experts,
I was just wondering should a schema of a database contain functions and triggering functions does the pg_dump include functions as it takes back up of the schema? I’m on postgres 11 version.
Here’s my command looks like
/pg_dump -Fd --lock-wait-timeout 300 -d tenant1 -n public -f /pgbackup/tenant1_public_20210816_233807
I know in the public schema of the Tenant database there are over 60 functions and are not backed up. Any pointers are greatly helpful.
Regards,
Sridhar Parepalli