I've set up postgresql on my laptop. Although I used the netinfo
approach of creating a user, and copied from a daemon user too, it is
still offering to let me login as postgres when I reboot the machine.
How can I get rid of the postgres user from the list of logins?
Cheers,
Ian
Ian McCall - 30 Nov 2005 22:01 GMT
> <snip>
Apologies - got the wrong group.
Cheers,
Ian
Andre Berger - 30 Nov 2005 22:26 GMT
* Ian McCall <ian@eruvia.org>, 2005-11-30 23:01 +0100:
> I've set up postgresql on my laptop. Although I used the netinfo
> approach of creating a user, and copied from a daemon user too, it is
> still offering to let me login as postgres when I reboot the machine.
>
> How can I get rid of the postgres user from the list of logins?
IIRC, giving it a user ID < 500 will have this effect.
-Andre