About pg_hba.conf

From: Fabricio <fabrixio1(at)hotmail(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: About pg_hba.conf
Date: 2008-10-08 18:54:40
Message-ID: BLU103-W240D5A88FE5440CA539778FE3B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


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 ...
_________________________________________________________________
Live Search premia tus búsquedas, llévate hasta ¡Un Auto!
http://www.ganabuscando.com/Default.aspx

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Evan Rempel 2008-10-08 22:02:12 LDAP authentication
Previous Message Scott Marlowe 2008-10-08 18:28:54 Re: replication with table add/removes..