Обсуждение: Req Documentation for installing PG SQL8.1 by hand

Поиск
Список
Период
Сортировка

Req Documentation for installing PG SQL8.1 by hand

От
Mohamed Fazil
Дата:
Hi Magnus,
 
Thanks a lot for the info. It works! I am still facing some issues related to rights when I do not run PG as a service. Could you help me by providing the documentation to do the installation of pg8.0 by hand.
 
  From a postgres mail archive I saw your following quote...
 
The required documentation to do it by hand is available. It's the same
requirements as unix, except you have to translate paths and permissions
to windows. The only other difference is you have to register it as a
service, vs on unix you put it in /etc/rc.d.

The llink for the archive is
 
Awaiting your response.
 
Fazil


Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Re: Req Documentation for installing PG SQL8.1 by hand

От
"Magnus Hagander"
Дата:
> Hi Magnus,
>
> Thanks a lot for the info. It works! I am still facing some
> issues related to rights when I do not run PG as a service.
> Could you help me by providing the documentation to do the
> installation of pg8.0 by hand.

It's in the main postgresql documentation (www.postgresql.org/docs),
just replace any clear unixisms such as paths.

//Magnus