| From: | Adam Witney <awitney(at)sgul(dot)ac(dot)uk> |
|---|---|
| To: | Christoph Frick <frick(at)sc-networks(dot)com>, Morganne witheredrose <maniki(at)gmail(dot)com> |
| Cc: | pgsql-novice <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: prob in accessing psql at all |
| Date: | 2006-02-02 12:51:18 |
| Message-ID: | C007B0C6.56B27%awitney@sgul.ac.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
On 2/2/06 12:45 pm, "Christoph Frick" <frick(at)sc-networks(dot)com> wrote:
> On Thu, Feb 02, 2006 at 02:40:29PM +0200, Morganne witheredrose wrote:
>
>> I installed postgresql from ports (OpenBSD 3.8) i initialised the db
>> using initdb from the user _postgresql everything goes well
>>
>> but the user postgres seems not to exist the template1 db seems not to
>> exist
>>
>> is it another way to connect to my db and to see what are the
>> available users and dbs ?
>>
>> I am looking forward to hear news from you
>
> AFAIR also the user in the db is then named _postgresql. one thing that
> _should_ work with the base install as root is:
>
> su - _postgresql
> psql template0
>
> next thing is then to add the users you want and fix the settings in the
> ph_hba.conf.
You probably won't be able to connect to template0 as connections are not
allowed to this database by default. template1 should work though
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | kynn | 2006-02-02 14:49:11 | Can one turn off constraints/indices temporarily? |
| Previous Message | Christoph Frick | 2006-02-02 12:45:00 | Re: prob in accessing psql at all |