Article sections

    1. sudo su - postgres
      • Give Postgres pw
    2.psql -U postgres -c 'SHOW config_file'
    It will show path 
    in PostGres SQL

    Related Articles