Re: [GENERAL] pg_hba.conf - md5

2007-06-09 Thread Joshua D. Drake
Vince wrote: I want to access by postgre db over the internet. My pg_hba.conf if setup to do this: hostall all 0.0.0.0/0md5 Now, what I don't understand is how does the "md5" effect things? If I connect via php: $db = pg_connect('host=xx.xx.xx.xx port=5433 dbname=MYDB u

Re: [GENERAL] pg_hba.conf - md5

2007-06-09 Thread Michael Fuhr
On Sat, Jun 09, 2007 at 02:43:06AM -0700, Vince wrote: > I want to access by postgre db over the internet. My pg_hba.conf if > setup to do this: > hostall all 0.0.0.0/0 md5 > > Now, what I don't understand is how does the "md5" effect things? It causes the password exchan

[GENERAL] pg_hba.conf - md5

2007-06-09 Thread Vince
I want to access by postgre db over the internet. My pg_hba.conf if setup to do this: hostall all 0.0.0.0/0 md5 Now, what I don't understand is how does the "md5" effect things? If I connect via php: $db = pg_connect('host=xx.xx.xx.xx port=5433 dbname=MYDB user=postgre