Horje
how to open pg_hba.conf file in ubuntu using visual studio Code Example
how to open pg_hba.conf file in ubuntu using visual studio
# sudo vi /etc/postgresql/9.6/main/pg_hba.conf
# sudo vi /var/lib/pgsql/10/data/pg_hba.conf ##### FOR Postgresql 10
# sudo vi /var/lib/pgsql/11/data/pg_hba.conf ##### FOR Postgresql 11
#
# TYPE   DATABASE   USER   CIDR-ADDRESS   METHOD
  Host   all        all    0.0.0.0/0      md5




Shell

Related
apt-get install ping?trackid=sp-006 Code Example apt-get install ping?trackid=sp-006 Code Example
bash ls with at least 2 letters Code Example bash ls with at least 2 letters Code Example
evans cycles womens gravel bikes Code Example evans cycles womens gravel bikes Code Example
install nltk.corpus in vscode Code Example install nltk.corpus in vscode Code Example
How to install Journalbeat using Ubuntu Code Example How to install Journalbeat using Ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7