www/content/blog/miscellaneous/my-postgresql-role-cannot-login.md

12 lines
233 B
Markdown

---
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 >}}