Re: [GENERAL] Adding "quota user limit" using triggers

2011-06-09 Thread David Johnston
From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Andrea Peri Sent: Thursday, June 09, 2011 6:05 AM To: pgsql-general@postgresql.org Subject: [GENERAL] Adding "quota user limit" using triggers >on 06/08/11 11:14 PM, Andrea Peri wrote:

[GENERAL] Adding "quota user limit" using triggers

2011-06-09 Thread Andrea Peri
>on 06/08/11 11:14 PM, Andrea Peri wrote: >Hi, > > >Is possible the limit the size of an user (quota user) as space allocated in a tablespace ? >I don't find this option in the 9.0 version of PG, >so I think it is not available. > >Perhaps it should be possible to simulate it using triggers. > >

Re: [GENERAL] Adding "quota user limit" using triggers

2011-06-08 Thread John R Pierce
On 06/08/11 11:14 PM, Andrea Peri wrote: Hi, Is possible the limit the size of an user (quota user) as space allocated in a tablespace ? I don't find this option in the 9.0 version of PG, so I think it is not available. Perhaps it should be possible to simulate it using triggers. However b

[GENERAL] Adding "quota user limit" using triggers

2011-06-08 Thread Andrea Peri
Hi, Is possible the limit the size of an user (quota user) as space allocated in a tablespace ? I don't find this option in the 9.0 version of PG, so I think it is not available. Perhaps it should be possible to simulate it using triggers. However before start to work on it , I like to have a