Hello,
I am starting out with the PostgreSQL JDBC and I was wondering how to get a list of the databases. I know from the psql command line, \l will do it. But how about within a Java app?
Thanks,Steve.