Re: [PATCHES] \d+ should display the storage options for columns

2008-05-22 Thread Alvaro Herrera
Gregory Stark wrote: > > "Gregory Stark" <[EMAIL PROTECTED]> writes: > > > Oleg pointed out to me here that while we have a command to *set* the toast > > storage characteristics there's no actual supported way to display the > > current > > settings. > > > > It seems like this would be a reason

[PATCHES] Extending grant insert on tables to sequences

2008-05-22 Thread Jaime Casanova
Hi, The idea of this patch is to avoid the need to make explicit grants on sequences owned by tables. This patch make: - GRANT INSERT ON TABLE extend to GRANT USAGE ON SEQUENCE(currval, nextval) - GRANT UPDATE ON TABLE extend to GRANT UPDATE ON SEQUENCE (nextval, setval) - GRANT SELECT ON TA