Re: [NOVICE] newbie problem on creating table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [NOVICE] newbie problem on creating table
Дата
Msg-id 23373.963421430@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [NOVICE] newbie problem on creating table  ("Thomas Krebs" <thomas@krebs-haertl.de>)
Ответы Re: Re: [NOVICE] newbie problem on creating table  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
"Thomas Krebs" <thomas@krebs-haertl.de> 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.

            regards, tom lane

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: Re: [INTERFACES] Re: Link to postgesql components
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using curr_val Wisely