PostgreSQL: Getting the owner of tables
This one was a head scratcher for me. How do you get the proper owner of the tables in PostgreSQL? I finally cobbled together a script that returns a list of tables and the owner name. I am using this to help me build a PostgreSQL migration tool that will… Read more »