pg_aclcheck: invalid user id #

From: jose <jose(at)sferacarta(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_aclcheck: invalid user id #
Date: 2003-11-19 09:50:16
Message-ID: 3FBB3CD8.60702@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I found a strange behavior in PostgreSQL.
I created a table as user pippo then I created a view based upon this
tables,
latter someone drops user pippo and now when I do:
select from view PostgreSQL show me this:
pg_aclcheck: invalid user id #

I suppose it is because the user pippo the owner of this view, is any
more in the database
but if I do select from table it works fine.

Is this a bug?

Jose

>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Uros 2003-11-19 10:41:41 Optimizing query
Previous Message Mark Kirkwood 2003-11-19 09:27:07 Re: Tunning postgresql