Re: [NOVICE] newbie problem on creating table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas Krebs" <thomas(at)krebs-haertl(dot)de>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] newbie problem on creating table
Date: 2000-07-12 17:03:50
Message-ID: 23373.963421430@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

"Thomas Krebs" <thomas(at)krebs-haertl(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-07-12 17:22:57 Re: Using curr_val Wisely
Previous Message Vince Vielhaber 2000-07-12 16:55:59 Re: Re: [INTERFACES] Re: Link to postgesql components

Browse pgsql-novice by date

  From Date Subject
Next Message root 2000-07-12 17:41:10 Re: Re: [NOVICE] newbie problem on creating table
Previous Message Alessandro Vullo 2000-07-12 10:04:11 Re: how do I process data with a perl/cgi script & deliver result back to user via php