Re: [ADMIN] when to modify..

2005-05-11 Thread Lori
thank you , this makes sense. lori Joshua D. Drake wrote: Lori wrote: Either Im tired or the documentation is confusing, when do I need to modify pg_hba.conf vs just doing a createuser thanks Well that entirely depends but in general if the user is connecting to the same database from the same net

Re: [ADMIN] when to modify..

2005-05-10 Thread Chris Travers
Lori wrote: Either Im tired or the documentation is confusing, when do I need to modify pg_hba.conf vs just doing a createuser thanks create user creates a database user account. pg_hba.conf provides a set of access permissions regarding where and how users and/or computers can connect to the data

Re: [ADMIN] when to modify..

2005-05-10 Thread Joshua D. Drake
Lori wrote: Either Im tired or the documentation is confusing, when do I need to modify pg_hba.conf vs just doing a createuser thanks Well that entirely depends but in general if the user is connecting to the same database from the same network or machine that others users already use you only nee