Date: 2025-06-20 04:36:15
Score: 0.5
Natty:
For me simply using psql -l
was not working for me initially, so I had to
sudo su postgres
and then run
psql -c '\l'
Reference: https://dba.stackexchange.com/a/191778/343238
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: Gangula