MichaelDBA/pg_get_tabledef

Add optional owner ACL info

MichaelDBA opened this issue · 1 comments

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;