lifeography
5/17/2018 - 10:31 AM

Restrict Postgress Database Connection to Specific User

REVOKE connect ON DATABASE ebhome_patient_db FROM PUBLIC;

GRANT connect ON DATABASE ebhome_patient_db TO ebhomepatient;