2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

新規ユーザーの作成:OSS-DB道場でPostgreSQLを勉強してみた

Posted at

pgAdmin4で新規ユーザーを作成するには

以下のSQLで作成できます。

CREATE USER ユーザー名

pgAdmin4では以下の手順で作成できます。

①pgAdmin4のObject Explorerの新規ユーザーを作成したいDatabaseを右クリックし「Query Tool」を選択。

②ユーザーを作成するためのSQLを実行

image.png

③作成したユーザーを確認

image.png

新しいユーザーが作成されたことを確認できます。

■参考サイト
https://oss-db.jp/dojo/dojo_info_02

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?