Answers for "postgres list databases"

3

postgresql show current database

SELECT current_database();
Posted by: Guest on April-18-2020
8

postgres show databases

# List databases:
\l
Posted by: Guest on February-02-2021
22

postgres list databases

postgres=# \l
Posted by: Guest on May-28-2020
4

postgres how to list all databases

List all databases:
\l
Posted by: Guest on June-05-2020
-1

postgres list databases

postgres=# \l
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language