Can't get list of databases with \list - Mailing list pgsql-novice

From Christopher Frank
Subject Can't get list of databases with \list
Date
Msg-id bedec1780911021113u1529b594p62f59d4f7a0a7e62@mail.gmail.com
Whole thread Raw
Responses Re: Can't get list of databases with \list
List pgsql-novice
I recently installed PostgreSQL 8.2.11-1 on my Windows machine for use with my java application. I need to get a list of the databases available so that the user can choose one. Issuing a query of "\list" using jdbc doesn't seem to work:

Connection connection = DriverManager.getConnection("jdbc:postgresql:postgres", "user", "pass");
Statement statement = connection.createStatement();
ResultSet resultSet = statement.executeQuery("\\list");

which produces:

org.postgresql.util.PSQLException: ERROR: syntax error at or near "\"

Why is this and how can I fix it?

pgsql-novice by date:

Previous
From: Don Fox
Date:
Subject: Re: Install problems for postgresql-8.4.1
Next
From: JORGE MALDONADO
Date:
Subject: GETTING INFO FROM SEQUENCE OBJECTS