~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/installation.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
861
861
       <term><option>--with-ossp-uuid</option></term>
862
862
       <listitem>
863
863
        <para>
864
 
         Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
865
 
         library</ulink> when building the
 
864
         Build components using the <ulink
 
865
         url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
 
866
         library</ulink>.  Specifically, build the
866
867
         <![%standalone-include[uuid-ossp]]>
867
 
         <![%standalone-ignore[<xref linkend="uuid-ossp">]]>
868
 
         module.  The library provides functions to generate
 
868
         <![%standalone-ignore[<xref linkend="uuid-ossp">]]> module,
 
869
         which provides functions to generate
869
870
         UUIDs.<indexterm><primary>UUID</primary></indexterm>
870
871
        </para>
871
872
       </listitem>
1989
1990
   <para>
1990
1991
    PostgreSQL works on AIX, but getting it installed properly can be
1991
1992
    challenging.  AIX versions from 4.3.3 to 6.1 are considered supported.
1992
 
    You can use GCC or the native IBM compiler xlc.  In
 
1993
    You can use GCC or the native IBM compiler <command>xlc</command>.  In
1993
1994
    general, using recent versions of AIX and PostgreSQL helps.  Check
1994
1995
    the build farm for up to date information about which versions of
1995
1996
    AIX are known to work.
2817
2818
     You can build with either GCC or Sun's compiler suite.  For
2818
2819
     better code optimization, Sun's compiler is strongly recommended
2819
2820
     on the SPARC architecture.  We have heard reports of problems
2820
 
     when using GCC 2.95.1; gcc 2.95.3 or later is recommended.  If
 
2821
     when using GCC 2.95.1; GCC 2.95.3 or later is recommended.  If
2821
2822
     you are using Sun's compiler, be careful not to select
2822
2823
     <filename>/usr/ucb/cc</filename>;
2823
2824
     use <filename>/opt/SUNWspro/bin/cc</filename>.