Users in pg_shadow

From: Scott Holmes <sholmes(at)pacificnet(dot)net>
To: pgsql-general(at)postgresql(dot)org (PG-General)
Subject: Users in pg_shadow
Date: 2001-03-01 18:30:18
Message-ID: 200103011830.KAA15829@scotts.mynetwork.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a cron script set up to run VACUUM ANALYZE on two databases that appear
to work fine except for a couple of messages that show up in the log:

FATAL 1: SetUserId: user 'newsltr' is not in 'pg_shadow'
FATAL 1: SetUserId: user 'wcgc_pg' is not in 'pg_shadow'

newsltr and wcgc_pg are the respective names of the databases, there are no
users with these names. This is on a postgresql-7.0.2 running on a Red Hat 6.2

I've seen no problems resulting from this but I would like to understand why.

--
---------------------------------------------------------------------
Scott Holmes http://www.pacificnet.net/~sholmes
sholmes(at)pacificnet(dot)net

Independent Programmer/Analyst Passport 4GL
PHP HTML Composer PostgreSQL Informix 4GL, SQL
---------------------------------------------------------------------
There are more things in heaven and earth, Horatio,
than are dreamt of in your philosophy
---------------------------------------------------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-01 18:32:22 Re: Postgres eats up memory when using cursors
Previous Message Anthony Metzidis 2001-03-01 18:28:14 PG_PWD and PG_PASSWORD Security