Re: [GENERAL] Database permissions

2005-02-08 Thread John DeSoi
Art, On Feb 8, 2005, at 11:51 PM, Art Fore wrote: More confused than ever. The pg_hba.conf file shown below was what I had originaly to get phppgadmin to work. Changed the local all all ident md5 to local all all

Re: [GENERAL] Database permissions

2005-02-08 Thread javier wilson
local is for all local connections, phppgadmin i guess is local, if run on the same computer could be local, depending on your configuration. is access and odbc on a different computer? in that case you could add host all all ipnumber mask trust to allow access to all databeses as any user for

Re: [GENERAL] Database permissions

2005-02-08 Thread Art Fore
More confused than ever. The pg_hba.conf file shown below was what I had originaly to get phppgadmin to work. Changed the local all all ident md5 to local all all trust and it started to working again with phppgad

[GENERAL] Database permissions

2005-02-08 Thread Art Fore
I had this working once before, but restarted the database and things went to hell. This user authentication for postgresql I will have to say is the most complex I have seen. Need a block diagram of how it works to understand it. Have .pgpass in postgres home directory, data directory is /hom

Re: [GENERAL] Database Permissions

2001-08-23 Thread John Clark Naldoza y Lopez
Mike Withers wrote: > > My apologies if the answer(s) to my questions are obvious to others. I'm > still quite new to Linux and PostgreSQL. > > I have set up a database to be used by hundreds of students. Within psql I > set GRANT SELECT ON database TO PUBLIC on the database but have found that >