hi people
I can set an entry with regular expressions in the file pg_hba.conf?
For example if I have two databases called foo.1 and foo.2.
I can put in the file pg_hba.conf the next entry ?
host myUser foo.? 192.168.0.0/24 md5
or
host myUser foo.[0-9]+ 192.168.0.0/24 md5
greetings
Dear All.
At this moment I want to make the connection with client among server database,
where is needed by password to carry out connection
At the pg_hba.conf file, on AUTH_type i type MD5.
when program is implemented, to emerge orders the error, like this :
"The authentication types 5 is NO