Additions:
eg
local all postgres trust
local all postgres trust
Additions:
http://developer.postgresql.org/pgdocs/postgres/auth-pg-hba-conf.html
A record can have one of the seven formats
local database user auth-method [auth-options]
host database user address auth-method [auth-options]
hostssl database user address auth-method [auth-options]
hostnossl database user address auth-method [auth-options]
host database user IP-address IP-mask auth-method [auth-options]
hostssl database user IP-address IP-mask auth-method [auth-options]
hostnossl database user IP-address IP-mask auth-method [auth-options]
A record can have one of the seven formats
local database user auth-method [auth-options]
host database user address auth-method [auth-options]
hostssl database user address auth-method [auth-options]
hostnossl database user address auth-method [auth-options]
host database user IP-address IP-mask auth-method [auth-options]
hostssl database user IP-address IP-mask auth-method [auth-options]
hostnossl database user IP-address IP-mask auth-method [auth-options]
Additions:
http://phppgadmin.sourceforge.net/doku.php
http://sql-info.de/postgresql/notes/installing-phppgadmin.html
=====Configure=====
# vi /var/lib/pgsql/data/pg_hba.conf
=====Administration with phppgadmin=====
then goto http://localhost/phppgadmin/
http://sql-info.de/postgresql/notes/installing-phppgadmin.html
=====Configure=====
# vi /var/lib/pgsql/data/pg_hba.conf
=====Administration with phppgadmin=====
then goto http://localhost/phppgadmin/
Deletions:
then goto
http://localhost/phppgadmin/
Additions:
=====Administration=====
and set extra_login_security = false
----
REFERRERS
{{backlinks}}
and set extra_login_security = false
----
REFERRERS
{{backlinks}}
Deletions:
and set extra_login_security to false