Postgres 9.x:如何确定工作可用的磁盘空间

发布于 2024-11-08 23:17:11 字数 66 浏览 3 评论 0原文

我想了解数据库有多少可用空间用于临时表和临时工作。我没有数据库所在计算机的登录访问权限。有没有通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再可℃爱ぅ一点好了 2024-11-15 23:17:11

如果您有权访问不受信任的语言,则可以使用它来发出 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文