Re: PostGreSQL - Accessing It

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Michael <michael(at)transmissionsllc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Al Hulaton <ahulaton(at)commandprompt(dot)com>
Subject: Re: PostGreSQL - Accessing It
Date: 2003-08-12 23:43:10
Message-ID: 3F397B8E.8080307@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael wrote:

> I cannot access/create a database from root or any of the other
> accounts I have setup for RH9. I noticed that there is a user setup
> for postgres (I guess this part of the postgres install) but can’t
> login as that user. I can’t even read or change the password. How do I
> get at PostGreSql?
>
You need to be the user postgres. Try psql -U postgres template1 . You
may also have to initdb the database.

> Secondarily – does anyone know if JDBC drivers are part of the RH9
> PostGreSql install?
>

No. Try jdbc.postgresql.org

Or you can get an all in one package from www.commandprompt.com

Sincerely,

Joshua Drake

> Thanks in advance.
>
> Michael
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kathy zhu 2003-08-12 23:43:11 Re: Sorting Problem
Previous Message Jagdeesh 2003-08-12 23:42:24 How to relate an attribute of one table with the attributes of another related table