Projekt

Allgemein

Profil

PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Revision 3

Revision 2 ([X] Daniel S, 16.05.2025 10:11) → Revision 3/8 ([X] Daniel S, 23.05.2025 09:20)

h1. PostgreSQL Netzwerkkonfiguration (pg hbaconf) 

 syncro/APPS IMMER passwort, da sonst kein dblink funktinoiert. 
 postgres lokal trust wegen scripten und konsole. 
 <pre> 
 # PRODAT local & loopback 
 

 host      all               APPS,SYS.dblink,syncro     all              md5 
 host      all               postgres          127.0.0.1/32              trust 
 host      all               postgres          ::1/128                   trust 
 </pre>