Re: [ADMIN] postgresql authentication

2002-05-01 Thread Hal Lynch
On Wednesday, May 1, 2002, at 04:09 PM, Jean-Michel POURE wrote: > Did you restart PostgreSQL service to reload pg_hba.conf? > "service postgresql restart" Of course not?! :^} Thanks, worked like a charm. hal, the simple. ---(end of broadcast)-

Re: [ADMIN] postgresql authentication

2002-05-01 Thread Jean-Michel POURE
Le Mercredi 1 Mai 2002 21:55, Hal Lynch a écrit : > Can some kind soul give me a clue how to do it, or where to look > for instructions? Did you restart PostgreSQL service to reload pg_hba.conf? "service postgresql restart" Just my two cents, Jean-Michel POURE ---(end of

[ADMIN] postgresql authentication

2002-05-01 Thread Hal Lynch
I want to require users to authenticate themselves by entering a username and/or password when: using the psql command connecting to a database using the perl interface module. I am doing this on my 7.1.2 system. I am trying to do this on my 7.2.1 system. I have used creatuser

Re: [ADMIN] Database 'xxxx', OID yyyyy, has disappeared from pg_database

2002-05-01 Thread Michael Glenn
It worked! This is a few days after success but I wanted to test out the databases before I declared victory. Many thanks Tom. This incident has spurred me to vacuum more often, backup every day, and RTFM. See "The Postgres Incident" http://www.mglenn.com/archives/2002/05/01/ for a synopsis.