We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98f0310 + 5c07835 commit a3e78e1Copy full SHA for a3e78e1
sql/Config/pg_all.sql
@@ -0,0 +1,3 @@
1
+select 'select * from ' || table_name || ';' from information_schema.views where table_name like 'pg_%';
2
+\g /tmp/pg_all.sql
3
+\i /tmp/pg_all.sql
sql/Config/pg_hba.sql
@@ -0,0 +1 @@
+select * from pg_hba_file_rules;
sql/Config/pg_settings.sql
+select * from pg_settings;
0 commit comments