On Wed, Jan 5, 2011 at 9:15 AM, Scott Ribe <scott_r...@elevated-dev.com> wrote:
> On Jan 5, 2011, at 9:34 AM, Little, Douglas wrote:
>
>> No dbuser named Root.
>
> That's my point, you don't have a db user named root, but you do (maybe) have 
> a process running as root trying to connect to the db.
>
>> So it sounds like the log messages are standard for a login attempt with 
>> unknown user.
>
> No, they are standard for root trying to connect to the database when you do 
> not have a db user named root.


As Scott says, check your root crontab for any scripts that might
connect to the db, and check the connection string. The "[local]" part
means that the call is being initiated locally to that box, else it
would should the IP.

-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to