Re: Cannot Start Postgres After System Boot

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Cannot Start Postgres After System Boot
Дата
Msg-id alpine.LNX.2.00.1010211033480.16051@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Cannot Start Postgres After System Boot  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Cannot Start Postgres After System Boot  ("Reid Thompson" <Reid.Thompson@ateb.com>)
Re: Cannot Start Postgres After System Boot  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
On Thu, 21 Oct 2010, Scott Marlowe wrote:

> So, what do
>
> telnet localhost 5432

Scott,

   That port's clear:

[rshepard@salmo ~]$ telnet localhost 5432
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

> AND
> psql -h localhost -l

   Huh!

[rshepard@salmo ~]$ psql -h localhost -l
          List of databases
    Name    |   Owner    | Encoding
-----------+------------+----------
  aesi      | sql-ledger | LATIN1
  cms       | rshepard   | UTF8
  postgres  | postgres   | UTF8
  refdb     | postgres   | UTF8
  scirefs   | rshepard   | LATIN1
  template0 | postgres   | UTF8
  template1 | postgres   | UTF8
(7 rows)

   So, why can't I connect to a database by entering, for example, 'psql
aesi'?

Thanks,

Rich

В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Cannot Start Postgres After System Boot
Следующее
От: Lennin Caro
Дата:
Сообщение: Re: Cannot Start Postgres After System Boot