Re: Postgresql
Bajusz Tamás <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
Try not to use host=localhost, just host= in your connection.conf Bajusz Tamás On Tue, 06 Apr 2004 18:45:10 +0800 "Stefan Elwesthal" <[email protected]> wrote: > Hi all! > > Me, a man that definietly prefer MySQL, gave PostgreSQL a try since I noted some messages saying postgreSQL is better and works better with gnue. > > well, after a lot of reading in the tutorial and user guide, I found out how to run initdb and how to start postmaster with -D and -i. > Then, it took me sometime to issue the 'create user sel createdb password 'MySecret1' command. I then created a databse and did 'grant all privileges on adressbok to sel' > > Now, user sel could use pgsql to insert some values to the adressbok. But, as I found out, user sel cannot access the data through Gnue without getting errors about pg_hba.conf (this file, BTW, claims to allow access from all users on localhost). > > This is probaly not a GNUe error, it's probably me missing a lot of details in setting up this monstrous piece of code, but could anyone explain while it's totally ok to access through pgsql and not through GNUe? > > Best regards > Stefan > > -- > ______________________________________________ > Check out the latest SMS services @ http://www.linuxmail.org > This allows you to send and receive SMS through your mailbox. > > > Powered by Outblaze > > > _______________________________________________ > Gnue mailing list > [email protected] > http://mail.gnu.org/mailman/listinfo/gnue >