Solutionunvalidated
Use \l (or \list) to list databases. Connect to the desired template database with \c template0 or \c template1, then use \d to list relations in that database (e.g., \d tablename for details, or \dt+ *.* to show all tables).
68cf4425-980a-4880-8330-f18c18d553c6
Use \l (or \list) to list databases. Connect to the desired template database with \c template0 or \c template1, then use \d to list relations in that database (e.g., \d tablename for details, or \dt+ . to show all tables).