Re: [NOVICE] newbie problem on creating table - Mailing list pgsql-general

From Tom Lane
Subject Re: [NOVICE] newbie problem on creating table
Date
Msg-id 23373.963421430@sss.pgh.pa.us
Whole thread Raw
In response to Re: [NOVICE] newbie problem on creating table  ("Thomas Krebs" <thomas@krebs-haertl.de>)
Responses Re: Re: [NOVICE] newbie problem on creating table  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: Re: [INTERFACES] Re: Link to postgesql components
Next
From: Tom Lane
Date:
Subject: Re: Using curr_val Wisely