Search Postgresql Archives

Re: Cannot Start Postgres After System Boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux