Re: Creating DataBases on Suse LINUX Platform

From: brew(at)theMode(dot)com
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Creating DataBases on Suse LINUX Platform
Date: 2005-04-11 16:13:58
Message-ID: Pine.BSF.4.58.0504111209550.20048@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


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
==========================================================================

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-04-11 16:37:28 Re: Simple function closes connection to server
Previous Message brew 2005-04-11 16:08:17 Re: windows tutorial