服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. postgresql
  3. 我可以删除postgresql 8.3中的创build表权限吗?
Intereting Posts
我可以获得AWS Service Health Alerts(文本/电子邮件)吗? 如何正确测量跨广域网的SQL Server的networking性能? 通过networking将逻辑卷从一台服务器直接移到另一台服务器上? replace支持DKIM签名的Windows SMTP服务器 什么时候ANACRONTAB会运行cron.daily? 如何确定谁正在使用板? 了解IPv6地址 当通过sshlogin时更改第一个欢迎输出 Nagios – 保留非状态信息并删除状态信息 如何提供一个wget –mirror的带有问号的文件目录 MySQLconfiguration的哪一部分可以放置一个variables? 在Apache中解密一个头文件(HTTPD) 用$(date)命令和redirect的Cron作业将不会运行 SSH隧道只能访问 dovecot不会重新加载configuration?

我可以删除postgresql 8.3中的创build表权限吗?

使用postgresql 8.3,我创build了一个像这样的只读用户:

create role reportuser with login password 'secret';

然后授予select该用户需要访问的所有表。

但我看到这个用户可以create table x (...并插入/更新/删除/删除表。

  • PostgreSQL 7.4 => 8.1迁移:时区问题
  • 如何在Postgres中检查reindex命令的进度?
  • PostgreSQL从日志表中删除旧logging
  • 服务器群集(Django,Apache,Nginx,Postgres)
  • 奇怪的postgresql日志条目

有没有办法删除此数据库上的此用户的创build表权限?

  • 无法让PostgreSQL在Debian Lenny中运行
  • 在Ubuntu上安装PostgreSQL而不启动它
  • Postgresql表下降需要很长时间
  • 在Debian Squeeze上使用PostgreSQL 9.0和PostGIS 1.5
  • 系统日志写入一般而不是特定的文件

是。 从公共模式中撤销特权。

  • 无法从我的Mac连接到虚拟机上的PSQL数据库
  • “没有可用的版本信息” – 安装Postgres后
  • 如何在Ubuntu上安装pg_archivecleanup for postgresql 9.3
  • Windows上的PostgreSQL Stack Builder安装代理设置
  • pg_archivecleanup找不到Postgres 9.1,即使安装了?
  • Postgresql 9.3日志在热备系统上运行
  • 使用Google云端本地SSD的慢速Fsync(Postgresql)
  • 无法从Azure VM远程访问postgres
  • PostgreSQL当前的复制技术
  • 哪个SSD和Postgre SQL数据库控制器?

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy