Can't get list of databases with \list

Поиск
Список
Период
Сортировка
От Christopher Frank
Тема Can't get list of databases with \list
Дата
Msg-id bedec1780911021113u1529b594p62f59d4f7a0a7e62@mail.gmail.com
обсуждение исходный текст
Ответы Re: Can't get list of databases with \list  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Don Fox
Дата:
Сообщение: Re: Install problems for postgresql-8.4.1
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: GETTING INFO FROM SEQUENCE OBJECTS