aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md')
-rw-r--r--content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md b/content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md
deleted file mode 100644
index 2b958bf..0000000
--- a/content/en/blog/miscellaneous/my-postgresql-role-cannot-login.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-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 >}}
-