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
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
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