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 it refers to for storing blob objects to store or  
anything else ?
- Siddharth