Comment 1968 added to page installation.html of version 7.4

Поиск
Список
Период
Сортировка
От nobody
Тема Comment 1968 added to page installation.html of version 7.4
Дата
Msg-id 200501061542.j06Fgr1T008196@developer.pgadmin.org
обсуждение исходный текст
Список pgsql-www
Author: kwang <lim_kwang_hui@yahoo.com>
----
On Debian Systems, the "short version" of the setup above should use the following, including the different
directories. 

to install the package
 apt-get update
 apt-get install postgresql

initialize the database system
 su
 su - postgres
 /usr/lib/postgresql/bin/initdb -D /var/lib/postgres/data
 /etc/init.d/postgresql start

that's it. once running, you can use it, e.g.
 /usr/local/pgsql/bin/createdb test
 /usr/local/pgsql/bin/psql test
----
Manual page: http://wwwmaster.postgresql.org/docs/7.4/interactive/installation.html
Reject:      http://wwwmaster.postgresql.org/admin/comments.php?action=reject&id=1968
Edit:        http://wwwmaster.postgresql.org/admin/comment-edit.php?id=1968
Delete:      http://wwwmaster.postgresql.org/admin/comments.php?action=delete&id=1968


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Can we change the error message on the techdocs page?
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Can we change the error message on the techdocs