Re: [GENERAL] Postgres, tablespaces, and quotas

2005-05-05 Thread Tom Lane
John Browne <[EMAIL PROTECTED]> writes: > I was just curious about what would happen given the following scenario: > - Unix user has their own tablespace (and corresponding database) > stored in /home/someuser/mydata > - Quotas are enabled on /home > - User reaches their quota, effectively causing

[GENERAL] Postgres, tablespaces, and quotas

2005-05-05 Thread John Browne
I was just curious about what would happen given the following scenario: - Unix user has their own tablespace (and corresponding database) stored in /home/someuser/mydata - Quotas are enabled on /home - User reaches their quota, effectively causing only this tablespace to run out of disk space.