I am dumping a large database using the -j (--jobs) option as so:
pg_dump -U postgres -Fd -j 5 "openiam" -f "/home/pdump"
How do I identify this dump was created using the -j option? I want to store dump metadata along with the dump. Is there some pg_restore
option?
Version: PostgreSQL 13 and OS: RHEL 8