Answers for "show database in postgres"

SQL
0

get all tables postgres

SELECT * FROM pg_catalog.pg_tables;
Posted by: Guest on November-11-2020
3

postgresql show current database

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

postgresql list db

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

how to check database in postgresql

\l OR \l+
Posted by: Guest on February-08-2021

Code answers related to "show database in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language