Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

open postgresql.conf

### ask your database:
$ psql -U postgres -c 'SHOW config_file'
### if logged in as the ubuntu user:
$ sudo -u postgres psql -c 'SHOW config_file'
 
PREVIOUS NEXT
Tagged: #open
ADD COMMENT
Topic
Name
7+2 =