Skip to content

Commit

Permalink
Merge pull request #18 from ongres/addconfhba
Browse files Browse the repository at this point in the history
adding config views
  • Loading branch information
DiegoDAF committed Sep 19, 2023
2 parents 98f0310 + 5c07835 commit a3e78e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/Config/pg_all.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
select 'select * from ' || table_name || ';' from information_schema.views where table_name like 'pg_%';
\g /tmp/pg_all.sql
\i /tmp/pg_all.sql
1 change: 1 addition & 0 deletions sql/Config/pg_hba.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select * from pg_hba_file_rules;
1 change: 1 addition & 0 deletions sql/Config/pg_settings.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select * from pg_settings;

0 comments on commit a3e78e1

Please sign in to comment.