Answers for "find postgres data directory and installation path"

1

find postgres data directory and installation path

select setting from pg_settings where name = 'data_directory';
Posted by: Guest on May-04-2022

Code answers related to "find postgres data directory and installation path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language