Re: First Install - Mailing list pgsql-novice

From Williams, Rodger
Subject Re: First Install
Date
Msg-id E07CF9B6A1808845828ADC5BDF97F82229826E@BDSCTNMEX1.bds.bdsol.co.za
Whole thread Raw
In response to First Install  ("Williams, Rodger" <Rodger.Williams@bdsol.co.za>)
Responses Re: First Install  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-novice
Q2
Restored original postgresql.conf file and pg_hba.conf file.
Restarted service.
Same error when trying to access database via pgAdmin.
Any ideas?
The error I am getting is "fe_sendauth: no password supplied" when I
launch pgAdmin.
I get no errors when logging on with psql.

-----Original Message-----
From: Williams, Rodger
Sent: Tuesday, October 25, 2005 2:52 PM
To: 'pgsql-novice@postgresql.org'
Subject: First Install

Q1
Is there another way to create the first DB after a fresh install?
I used the createdb executable.
I read that this is a wrapper for executing create database sql command.
If I don't want to use the executable wrapper to create the first DB
after a fresh install, how do I create the first DB without using
pgAdmin? i.e How do I create the first user, first tablespace and first
DB?
I can't login via psql because there is no database to log into after a
fresh install.

Q2
After I installed PostgreSQL 8.0.3, I Logged in via pgAdmin as db user
postgres.
With pgAdmin tool, I created a user, tablespace and database.
Installed a third party software app that uses the newly created
database.
Installation failed.
I edited postgresql.conf (changed listen_adddress) and edited pg_hba
(added trust entry).
Reinstalled software application to use newly created database, which
now works fine.
Database still runs.
I just can't login via pgAdmin anymore.
I get an error "fe_sendauth: no password supplied".
Previously it would give me an opertunity to enter the postgres user
password. Now it does not.

From
Rodger

pgsql-novice by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Current Version??
Next
From: Oliver Elphick
Date:
Subject: Re: First Install