Add optional owner ACL info
MichaelDBA opened this issue · 1 comments
MichaelDBA commented
Add owner info so it really acts like pg_dump output which always includes the owner of the objects as shown by your example output using pg_dump:
ALTER TABLE sample.emp OWNER TO postgres;