美文网首页
Postgresql 基础操作

Postgresql 基础操作

作者: zx_freedom | 来源:发表于2018-09-10 17:23 被阅读0次

添加字段

ALTER TABLE table_name ADD table_column_name column_type;

添加权限

GRANT ALL ON table_name TO 账号;

grant select,update on all tables in schema 数据库名称 to 用户名;

相关文章

网友评论

      本文标题:Postgresql 基础操作

      本文链接:https://www.haomeiwen.com/subject/ayyzuftx.html