newbie and no idea - Mailing list pgsql-general

From Aaron
Subject newbie and no idea
Date
Msg-id 1061226701.4318.3.camel@bzq-218-14-208.cablep.bezeqint.net
Whole thread Raw
Responses Re: newbie and no idea  (Bruno Wolff III <bruno@wolff.to>)
Re: newbie and no idea  ("Andrew L. Gould" <algould@datawok.com>)
Re: newbie and no idea  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: newbie and no idea  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
List pgsql-general
A friend of mine just wrote a database for me using postgres.
I have postgres installed but can't figure out how to change the passwd
for user postgres.

[root@bzq-218-14-208 aamehl]# ps -U postgres
  PID TTY          TIME CMD
 4014 pts/1    00:00:00 postmaster
 4016 pts/1    00:00:00 postmaster
 4017 pts/1    00:00:00 postmaster
[root@bzq-218-14-208 aamehl]#
---------------------------------------
root@bzq-218-14-208 aamehl]# ps -l -C postmaster
F S   UID   PID  PPID  C PRI  NI ADDR    SZ WCHAN  TTY          TIME CMD
0 S    26  4014     1  0  72   0    -  2446 do_sel pts/1    00:00:00
postmaster
1 S    26  4016  4014  0  72   0    -  2693 do_sel pts/1    00:00:00
postmaster
1 S    26  4017  4016  0  72   0    -  2451 do_sel pts/1    00:00:00
postmaster
[root@bzq-218-14-208 aamehl]#

----------------------------------------------------------------
[root@bzq-218-14-208 aamehl]# createdb -U postgres nigun_test
psql: FATAL:  IDENT authentication failed for user "postgres"

createdb: database creation failed
[root@bzq-218-14-208 aamehl]#

-----------------------------------------------------
Any idea??
I am also interested in getting some front end up and running.
Thanks
Aaron


pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: dbmirror revisions
Next
From:
Date:
Subject: Re: Simulating sequences