thank you David J.,
But how i can do this?
for exemple i did this configuration, but is wroge.
# TYPE DATABASE USER ADDRESS METHOD
i want that user system, only conect to xpto database if it come from 10.75.15.60, but if this user "system" come from another adress i want reject this connection, it's possible?
2017-10-03 13:03 GMT-01:00 David G. Johnston <david.g.johnston@xxxxxxxxx>:
gentlemen,i have one system that conect with one specific user to data base, so i want block acess for this user only if he come from the aplication server.The pg_hba.conf file is going to be required since you want the access to be conditional on the machine and grant/revoke cannot do that.David J.