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

From Peter Eisentraut
Subject Re: Re: [NOVICE] newbie problem on creating table
Date
Msg-id Pine.LNX.4.21.0007122236020.790-100000@localhost.localdomain
Whole thread Raw
In response to Re: [NOVICE] newbie problem on creating table  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: [NOVICE] newbie problem on creating table  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane writes:

> "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.

Create User does, but initdb doesn't.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Proposal for aggregate-function cleanups in 7.1
Next
From: Tom Lane
Date:
Subject: Re: Re: [NOVICE] newbie problem on creating table