Re: Question about postgresql-8.1.2-1-binaries-no-installer.zip(win32)

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Question about postgresql-8.1.2-1-binaries-no-installer.zip(win32)
Дата
Msg-id 43DE0F06.9070506@dunslane.net
обсуждение исходный текст
Ответ на Re: Question about postgresql-8.1.2-1-binaries-no-installer.zip(win32)  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers

Magnus Hagander wrote:

>>I want to create the litest possible setup for use in my IM 
>>server (Lightning Messenger), and eliminate any unneeded 
>>files so I can have the smallest setup I can get.
>>
>>I already have a complete working setup built with Inno 
>>setup(it's 4.8 mb), now I just need to get it as lite as posssible.
>>    
>>
>
>Well, for starters, build from source. Don't enable things like SSL,
>NLS, PLs etc. That'll give you smaller binaries.
>You can skip a bunch of conversions if you're never going to need them.
>ANd of course, you don't need things like libpostgres.a.
>As for the actual binaries, you need postgres and postmaster. All the
>rest are optional (though you're probably goping to want initdb).  The
>only DLL needed should be libpq.dll - assuming you didn't put in support
>for ssl, kerberos, nls etc.
>
>  
>

you also probably want pg_ctl. It's pretty light, though.


cheers

andrew


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Question about postgresql-8.1.2-1-binaries-no-installer.zip(win32)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Want to add to contrib.... xmldbx