| From: | Trurl McByte <trurl(at)realtor3d(dot)odessa(dot)ua> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Hmm... Yet another bug: |
| Date: | 2000-06-12 20:59:30 |
| Message-ID: | Pine.LNX.4.20.0006122354240.26909-100000@trurl.anything3d.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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--|
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mikeo | 2000-06-12 21:02:37 | does vacuum rebuild index? |
| Previous Message | Rick Delaney | 2000-06-12 19:35:39 | Installing clients (psql) only |