Re: Re: [NOVICE] newbie problem on creating table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [NOVICE] newbie problem on creating table
Дата
Msg-id 25304.963443303@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [NOVICE] newbie problem on creating table  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Peter Eisentraut <peter_e@gmx.net> writes:
>>>> TRAP: Failed Assertion("!(((bool) (UserId != 0))):", File: "miscinit.c",
>>>> Line: 446)
>>
>> I think what's causing this is that you can't use zero as a Postgres
>> userid.  Unfortunately createuser doesn't enforce that restriction;
>> I'll see about fixing that oversight for 7.1.

> Create User does, but initdb doesn't.

Hmm.  But we have other defenses against the postgres superuser being
root.  I had assumed that the issue here was a non-superuser Postgres
account being created with zero userid...

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [NOVICE] newbie problem on creating table
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: sql question