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.