diff options
Diffstat (limited to 'content/blog/miscellaneous/my-postgresql-role-cannot-login.md')
-rw-r--r-- | content/blog/miscellaneous/my-postgresql-role-cannot-login.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/blog/miscellaneous/my-postgresql-role-cannot-login.md b/content/blog/miscellaneous/my-postgresql-role-cannot-login.md new file mode 100644 index 0000000..2b958bf --- /dev/null +++ b/content/blog/miscellaneous/my-postgresql-role-cannot-login.md @@ -0,0 +1,12 @@ +--- +title: "Cannot login role into postgresql" +linkTitle: "Cannot login role into postgresql" +date: 2015-11-24 +description: > + Cannot login role into postgresql +--- + +{{< highlight sh >}} +ALTER ROLE "user" LOGIN; +{{< /highlight >}} + |