Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid,
Date
Msg-id 20021230201450.GA1828@tishler.net
Whole thread Raw
In response to Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck  ("Sam Harbison" <sam_harbison@yahoo.com>)
Responses Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck  ("Sam Harbison" <sam_harbison@yahoo.com>)
List pgsql-cygwin
Sam,

On Mon, Dec 30, 2002 at 02:17:20PM -0500, Sam Harbison wrote:
> I have recreated the same problem on another computer by creating user
> 249779 and reinstalling cygwin and postgresql 7.3. What information
> can I get for you?

What do you get when you grep the passwd file?

    $ fgrep 249779 /etc/passwd

If nothing, then do the following:

    $ mkpasswd -l -u 249779 >>/etc/passwd

or

    $ mkpasswd -d -u 249779 >>/etc/passwd

for a local and domain account, respectively.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-cygwin by date:

Previous
From: "Sam Harbison"
Date:
Subject: Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck
Next
From: "Sam Harbison"
Date:
Subject: Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck