On 12/8/07, Charles <[EMAIL PROTECTED]> wrote:
> I am using Ubuntu 7.10. When trying to use Postgresql 8.2 I get the
> following errors:
>
> [EMAIL PROTECTED]:~# su -c postgres
> bash: postgres: command not found
Ignoring an error and just charging on seems quite dangerous to me,
especially when b
I am using Ubuntu 7.10. When trying to use Postgresql 8.2 I get the
following errors:
[EMAIL PROTECTED]:~# su -c postgres
bash: postgres: command not found
[EMAIL PROTECTED]:~# createuser -s -P dagon
Enter password for new role:
Enter it again:
createuser: could not connect to database postgres:
I've got a little problem. I'd like to have a startup for postgreSQL that
starts postgreSQL when booting the machine. Of course this script would be
started by root so I shall change the uid to the appropriate account. On
FreeBSD it is done by su -l [loginname], where the '-l' option tells su to
s