Package: postgresql-doc
Version: 7.4.8-2
Severity: minor
File: /usr/share/doc/postgresql-doc/README.Debian.gz

I tried README.Debian.gz but
$ createuser -A -D jidanni
createuser: could not connect to database template1: could not connect
to server: [non ASCII mess here!]
        Is the server running locally and accepting
        connections on Unix domain socket
        "/var/run/postgresql/.s.PGSQL.5432"?
Therefore, the README.Debian.gz forgot a detail a step needed before
this, how to start the engine or something.

Oh, I see, I need to start some server.
$ apt-cache show postgresql-client|grep server
 client machines, while the postgresql-server package may be installed

$ apt-cache show postgresql-server
W: Unable to locate package postgresql-server
E: No packages found

Well OK Then, here's what I have installed:
ii  postgresql-cli 7.4.8-2
ii  postgresql-dev 7.4.8-2
ii  postgresql-doc 7.4.8-2

OK, I finally figured out I need to
# apt-get install postgresql
even though postgresql-client doesn't suggest or recommend it.

Well that will have to wait for my next
http://jidanni.org/comp/apt-offline/index_en.html trip.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to