Re: configure options

From: Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: configure options
Date: 2008-12-01 12:26:19
Message-ID: 4933D7EB.9010804@elitecore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Albe Laurenz wrote:
> Siddharth Shah wrote:
>
>
>> In My Application I have only 256MB storage device and I have to
>> manage many other application in same storage
>> So, have to remove use less files , From configuration disabling
>> unwanted options helps to reduce the size.
>> So, I need detail description on compile options and postgres
>> installation files.
>> If this is provided then will help me.
>>
>
> I don't think that --disable-largefile will reduce the size of
> the PostgreSQL executables noticably, if at all. It will certainly not
> reduce the amount of disk space required for your database.
>
> Do you only need the PostgreSQL client or also the server?
> Will that small storage device also contain the database?
>
Yes, I need to run Client Server both application.Yes database
reside in same storage
Will small size make any issue ?

> Reducing the number of languages with --enable-nls=<languages>
> will certainly help some. Disable all "Optional Packages" you
> don't need (they should be described in the documentation).
>
At this time problem is
If I want to support some new foreign language in future on deployed
machine.
Will it support, while I configured postgres with specific language
option.

Documentation on these parameters from postgres appreciable
> Yours,
> Laurenz Albe
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2008-12-01 12:27:05 Re: db backup script in gentoo
Previous Message Filip Rembiałkowski 2008-12-01 12:24:57 Re: Cannot open include file: 'nodes/nodes.h'