Skip to content

Commit

Permalink
discover: Include all internal settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed Jun 12, 2024
1 parent 6b1e5ab commit a600460
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions agent/temboardagent/queries/discover-settings.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@ SELECT
"name", "vartype", "unit", "setting"
FROM pg_catalog.pg_settings
WHERE "name" IN (
'block_size'
,'config_file'
'config_file'
,'cluster_name'
,'data_checksums'
,'data_directory'
,'external_pid_file'
,'external_pid_file'
,'hba_file'
,'ident_file'
,'lc_collate'
,'lc_ctype'
,'listen_addresses'
,'max_connections'
,'port'
,'segment_size'
,'server_encoding'
,'syslog_ident'
,'unix_socket_directories'
,'wal_block_size'
,'wal_segment_size'
)
) OR context = 'internal';

0 comments on commit a600460

Please sign in to comment.