Re: createdb not found
| Newsgroups | gmane.comp.cms.opengroupware.discuss.general |
|---|---|
| Message-ID | <[email protected]> |
In Redhat. You will need to su to the auto created postgres user. You can then create and add users to the database. Below is the modified start of the "postgres" script XXXXXXXXXXXX $ su postgres # createdb ogo # createuser -A -D ogo # psql ogo ogo Welcome to psql 7.3.3, the PostgreSQL interactive terminal. ############################### About all you can do to Postgresql as root is restart it! Quoting Michael Berry <[email protected]>: > Hi, > > So, I'm following the "small HOWTO" but can't get very far: > > > > > > [root@AGYGROUP PostgreSQL]# createdb ogo > > bash: createdb: command not found > > > > > > Any insight would be great. > > > > > > Thanks everyone > >