Postgres 9.x:如何确定工作可用的磁盘空间
我想了解数据库有多少可用空间用于临时表和临时工作。我没有数据库所在计算机的登录访问权限。有没有通过 psql 的机制?
I would like to gain a sense of how much available space the database has for temporary tables and scratch work. I do not have login access to the machine where the database resides. Is there a mechanism via psql?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有权访问不受信任的语言,则可以使用它来发出 shell 命令,如本博客文章中所述:
http://www.depesz.com/index.php/2007/08/12/hacking-with-postgresql/
在帖子中,他描述了使用不受信任的语言以用户 postgres 在服务器上发出 shell 命令的分步过程。
If you've access to an untrusted language, you can use it to issue shell commands as described in this blog post:
http://www.depesz.com/index.php/2007/08/12/hacking-with-postgresql/
In the post, he describes a step by step procedure to issue shell commands as user postgres on the server using an untrusted language.