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>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: configure options
Date: 2008-12-01 10:48:44
Message-ID: 4933C10C.4030005@elitecore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Albe Laurenz wrote:
<blockquote
cite="mid:D960CB61B694CF459DCFB4B0128514C202D10B25(at)exadv11(dot)host(dot)magwien(dot)gv(dot)at"
type="cite">
<pre wrap="">Siddharth Shah wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> 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 ?
</pre>
</blockquote>
<pre wrap=""><!---->
You need to have support for the locale which you want to use for
character sorting, case conversion and character classification
(set at "initdb" time)
as well as support for the locale in which you want server messages
to be, and for the one you want for date and numeric formatting.

You don't have to include support for all languages you store in the
database (but the database should then use UTF-8 as server encoding).

</pre>
<blockquote type="cite">
<pre wrap="">and

--disable-largefile
Does it refers to for storing blob objects to store or
anything else ?
</pre>
</blockquote>
<pre wrap=""><!---->
I couldn't find this configure switch in the documentation for
8.3 or 8.4. Can you explain where you found it and which version
you are using?

Yours,
Laurenz Albe
</pre>
</blockquote>
&nbsp;&nbsp;&nbsp; I am using 8.3.5 and I have found these options in configure help<br>
&nbsp;&nbsp;&nbsp; ./configure --help<br>
<br>
&nbsp;&nbsp;&nbsp; -Siddharth<br>
<br>
<pre wrap="">
</pre>
<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.7 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2008-12-01 11:05:25 Re: configure options
Previous Message Albe Laurenz 2008-12-01 10:41:54 Re: configure options