Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid,

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid,
Дата
Msg-id 20021230201450.GA1828@tishler.net
обсуждение исходный текст
Ответ на Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck  ("Sam Harbison" <sam_harbison@yahoo.com>)
Ответы Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck  ("Sam Harbison" <sam_harbison@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Sam Harbison"
Дата:
Сообщение: Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck
Следующее
От: "Sam Harbison"
Дата:
Сообщение: Re: PostgreSQL 7.3 on Cygwin rejects all-numeric userid, pg_class_aclcheck