Re: [GENERAL] configure options

2008-12-01 Thread Siddharth Shah
Tom Lane wrote: Siddharth Shah <[EMAIL PROTECTED]> writes: In My Application I have only 256MB storage device and I have to manage many other application in same storage Quite honestly, you're going to need some other database besides Postgres if you need a disk footprint that's on

Re: [GENERAL] configure options

2008-12-01 Thread Tom Lane
Siddharth Shah <[EMAIL PROTECTED]> writes: > In My Application I have only 256MB storage device and I have to > manage many other application in same storage Quite honestly, you're going to need some other database besides Postgres if you need a disk footprint that's only a fraction of 256MB.

Re: [GENERAL] configure options

2008-12-01 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > Albe Laurenz wrote: >> My recommendation is to leave this switch alone and use the default; >> you should not encounter any problems. > Agreed - the cost for supporting it is zero, AFAIK, so there is no > reason to turn it off unless the OS has a buggy

Re: [GENERAL] configure options

2008-12-01 Thread Albe Laurenz
Siddharth Shah wrote: >>> In My Application I have only 256MB storage device and I have to >>> manage many other application in same storage >> >> 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 Clie

Re: [GENERAL] configure options

2008-12-01 Thread Siddharth Shah
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 descript

Re: [GENERAL] configure options

2008-12-01 Thread Albe Laurenz
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

Re: [GENERAL] configure options

2008-12-01 Thread Magnus Hagander
Albe Laurenz wrote: > Siddharth Shah wrote: I am compiling postgres, I have some doubts on ./configure options --disable-largefile Does it refers to for storing blob objects to store or anything else ? >>> I couldn't find this configure switch in the documentatio

Re: [GENERAL] configure options

2008-12-01 Thread Siddharth Shah
Albe Laurenz wrote: Siddharth Shah wrote: I am compiling postgres, I have some doubts on ./configure options --disable-largefile Does it refers to for storing blob objects to store or anything else ? I couldn't find this configure switch in the documentation for 8.3 or 8

Re: [GENERAL] configure options

2008-12-01 Thread Albe Laurenz
Siddharth Shah wrote: >>> I am compiling postgres, I have some doubts on ./configure options >>> >>> --disable-largefile >>> Does it refers to for storing blob objects to store or >>> anything else ? >> >> I couldn't find this configure switch in the documentation for >> 8.3 or 8.4. Can

Re: [GENERAL] configure options

2008-12-01 Thread Siddharth Shah
Albe Laurenz wrote: Siddharth Shah wrote: I am compiling postgres, I have some doubts on ./configure options --enable-nls[=LANGUAGES] enable Native Language Support Do I need to supply each language name which i am going to store in my database or just have to take s

Re: [GENERAL] configure options

2008-12-01 Thread Albe Laurenz
Siddharth Shah wrote: > I am compiling postgres, I have some doubts on ./configure options > > --enable-nls[=LANGUAGES] enable Native Language Support > Do I need to supply each language name which i am going to store > in my database or just have to take support UTF-8 ? You need to

Re: [GENERAL] configure options

2008-11-28 Thread Scott Marlowe
On Fri, Nov 28, 2008 at 11:20 PM, Siddharth Shah <[EMAIL PROTECTED]> wrote: > Hi, > > I am compiling postgres, I have some doubts on ./configure options > > --enable-nls[=LANGUAGES] enable Native Language Support > Do I need to supply each language name which i am going to store in my > da

[GENERAL] configure options

2008-11-28 Thread Siddharth Shah
Hi, I am compiling postgres, I have some doubts on ./configure options --enable-nls[=LANGUAGES] enable Native Language Support Do I need to supply each language name which i am going to store in my database or just have to take support UTF-8 ? and --disable-largefile Does