Bill Moran writes:
> In response to Magnus Reftel :
>> On IRC, linuxpoet and andres suggested that the problem is that the
> nspacl column in pg_catalog.pg_namespace grows too large. A suggested
> fix by linuxpoet adds a toast table to pg_namespace.
> I would think that a better solution would be
On Tue, 2011-03-01 at 15:57 -0500, Bill Moran wrote:
> In response to Magnus Reftel :
> >
> > I'm working on a database that will have a very large number of users, and
> > I'm running in to a problem: when I grant more than about 2500 users access
> > to a schema, I get
> >
> > my_db=# grant u
On Mar 1, 2011, at 21:57 , Bill Moran wrote:
> In response to Magnus Reftel :
>>
>> I'm working on a database that will have a very large number of users, and
>> I'm running in to a problem: when I grant more than about 2500 users access
>> to a schema, I get
>>
>> my_db=# grant usage on schem
In response to Magnus Reftel :
>
> I'm working on a database that will have a very large number of users, and
> I'm running in to a problem: when I grant more than about 2500 users access
> to a schema, I get
>
> my_db=# grant usage on schema my_schema to some_user;
> ERROR: row is too big: si
Hi all,
I'm working on a database that will have a very large number of users, and I'm
running in to a problem: when I grant more than about 2500 users access to a
schema, I get
my_db=# grant usage on schema my_schema to some_user;
ERROR: row is too big: size 8168, maximum size 8164
This of c