sql_noof_db1.htm

Objective : how many db in postgresql?

       SELECT datname FROM pg_database WHERE datistemplate = false;