I was just curious about the following scenario:
- Unix user has their own tablespace (and corresponding database)
stored in /home/someuser/mydata
- Quotas are enabled on /home
- /home runs out of disk space
What happens to the user's tablespace? How does postgres handle this scenario?