aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/my-postgresql-role-cannot-login.md
blob: 2b958bff90dc9731ca6514c9282c4f8532909890 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 >}}