FW: Creating DataBases on Suse LINUX Platform

From: "Cook, Larry ISC" <Larry(dot)Cook(at)isc(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: FW: Creating DataBases on Suse LINUX Platform
Date: 2005-04-12 15:23:36
Message-ID: 9753D79260E9D31181E600508B64CF340B1AEA4D@ltexprd01.sliscorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

oops forgot to send this to the group... apologies.

Larry

-----Original Message-----
From: Cook, Larry ISC
Sent: April 11, 2005 10:22 AM
To: 'brew(at)theMode(dot)com'
Subject: RE: [NOVICE] Creating DataBases on Suse LINUX Platform

Hi Brew...

Thanx for responding.. I tried that already... as i figured that is how it
should
work, however, still get the same error message --> could not connect to
database template1: FATAL: IDENT authentication failed for user "postgres".
This really has
me baffled. Do you think upgrading to 8.1 would help? I am getting a little
frustrated
trying to get this project going and don't really want to use Oracle. Any
other
suggestions?

Thanx for your time,
Larry

-----Original Message-----
From: brew(at)theMode(dot)com [mailto:brew(at)theMode(dot)com]
Sent: April 11, 2005 10:14 AM
To: 'pgsql-novice(at)postgresql(dot)org'
Subject: Re: [NOVICE] Creating DataBases on Suse LINUX Platform

Larry.....

> You will need to become the operating system user under which PostgreSQL
> was installed (usually postgres) to create the first user account.
> According to the sys people it was installed over the network;
> presumably as the "root" user.

Yes, but even if it was installed on linux as root it creates the linux
user postgres as the root user of postgreSQL.

Log in to the linux box as root and then su to postgres. i.e.

su - postgres

Then create the database and database users there.

brew

==========================================================================
Strange Brew (brew(at)theMode(dot)com)
Check out my Stock Option Covered Call website http://www.callpix.com
and my Musician's Online Database Exchange http://www.TheMode.com
==========================================================================

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-04-12 15:48:40 Re: FW: Creating DataBases on Suse LINUX Platform
Previous Message David Orme 2005-04-12 14:25:51 Re: select top N entries from several groups (Modified by David Orme)