Re: [GENERAL] get the list of databases
Not long ago, Xavier COUDIN proclaimed... > using psql, it is possible to get the list of databases using the > instruction "\l". > > How can I do when I make connection through DBI/DBD ? Well you need to connect to *some* database (i.e. template1) and then you can issue the following SQL q
[GENERAL] get the list of databases
using psql, it is possible to get the list of databases using the instruction "\l". How can I do when I make connection through DBI/DBD ?