質問するログイン新規登録

回答編集履歴

2

加筆修正

2016/08/29 02:31

投稿

退会済みユーザー
answer CHANGED
@@ -1,6 +1,9 @@
1
1
  名称の変更なら
2
2
  `ALTER ROLE name RENAME TO new_name`
3
3
  ではないでしょうか?
4
+ この文法通りに打っても変わらないのだとすると、
5
+ 変更できる権限を持っているユーザーで接続しなおしてください。
6
+ (posgresユーザーとか?)
4
7
 
5
8
  参考:ALTER ROLE
6
9
  [http://www.postgresql.jp/document/9.5/html/sql-alterrole.html](http://www.postgresql.jp/document/9.5/html/sql-alterrole.html)

1

加筆修正

2016/08/29 02:31

投稿

退会済みユーザー
answer CHANGED
@@ -1,3 +1,6 @@
1
1
  名称の変更なら
2
2
  `ALTER ROLE name RENAME TO new_name`
3
- ではないでしょうか?
3
+ ではないでしょうか?
4
+
5
+ 参考:ALTER ROLE
6
+ [http://www.postgresql.jp/document/9.5/html/sql-alterrole.html](http://www.postgresql.jp/document/9.5/html/sql-alterrole.html)