PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck

From: "Sam Harbison" <sam_harbison(at)yahoo(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck
Date: 2002-12-25 16:36:22
Message-ID: 000401c2ac33$c6422b50$3d64a8c0@SamInspiron
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

When I changed from 7.2.3 to 7.3 I noticed this behavior.

I did a clean install of the most recent cygwin and PostgreSQL on WinXP
Pro under user '249779', which is a member of Administrators. With
7.2.3, all was fine. With 7.3 (also a clean install), initdb worked fine
but creating a database with createdb or trying to connect (to
template1) with psql failed. I believe it was psql that complained [from
aclchk.c, I think]:

pg_class_aclcheck: invalid user id 249779

After changing my userid to 'harbison' and reinstalling cygwin and 7.3
in the same fashion, there were no errors.

Samuel P. Harbison III, Ph.D.
Assistant Professor
Carlow College Pittsburgh, PA
sharbison(at)carlow(dot)edu

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Peter Frey 2002-12-26 23:38:08 PostgreSQL 7.3 under Windows/cygwin: initdb fails with error IpcSemaphoreCreate: semget ... failed: Function not implemented
Previous Message Reshat Sabiq 2002-12-23 14:03:59 Re: Can't start postmaster->half done