Andrew Dunstan wrote: > Jeff Davis wrote: >> >> If we allowed an admin to revoke CREATE from the pg_default tablespace, >> then anyone who needed that feature could limit people to their own >> tablespace (at which point it's the filesystem's job to limit their >> usage). Is there some reason that we can't do this now? >> >> > > > Hitting a file system quota limit is likely to bring you down pretty > hard, isn't it?
Yes, and likely corrupt the database. Joshua D. Drake > > cheers > > andrew. > > ---------------------------(end of broadcast)--------------------------- > TIP 3: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate PostgreSQL Replication: http://www.commandprompt.com/products/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match