Hmm... Yet another bug: - Mailing list pgsql-general

From Trurl McByte
Subject Hmm... Yet another bug:
Date
Msg-id Pine.LNX.4.20.0006122354240.26909-100000@trurl.anything3d.com
Whole thread Raw
List pgsql-general

#create group "users";
CREATE GROUP
#create user "user1" with password 'pass1' in group "users";
CREATE USER
#create user "user2" with password 'pass2' in group "users";
CREATE USER
#create user "user3" with password 'pass3' in group "users";
CREATE USER
.....
#create user "user2012" with password 'pass2012' in group "users";
CREATE USER
#create user "user2013" with password 'pass2013' in group "users";
CREATE USER
#create user "user2014" with password 'pass2014' in group "users";
ERROR:  Tuple is too big: size 8144, max size 8140

(max pg_group.grolist size)


--
      Trurl McByte, Capt. of StasisCruiser "Prince"
|InterNIC: AR3200                   RIPE: AR1627-RIPE|
|--98 C3 78 8E 90 E3 01 35  87 1F 3F EF FD 6D 84 B3--|


pgsql-general by date:

Previous
From: mikeo
Date:
Subject: does vacuum rebuild index?
Next
From: Tom Lane
Date:
Subject: Re: does vacuum rebuild index?