usefull sql commands
Show Configuration¶
sql> show data_directory;sql> show [db-parameter];sql> \conninfo;
show configuration from directory¶
sql> \d pg_file_settingssql> \d pg_settingsIt describes the settings which are configured and from which layer of configuration it's comming from. Example:sql> SELECT * FROM pg_catalog.pg_settings;