Ignore:
Timestamp:
01/31/2016 06:49:17 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
d19fb65
Parents:
957e8a3d
Message:

Merge Section V. from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16885 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r957e8a3d r2df08064  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "1fe952c44ed26d7e6a335cf991a9c1c6">
    10   <!ENTITY postgresql-size          "17 MB">
    11   <!ENTITY postgresql-buildsize     "194 MB">
    12   <!ENTITY postgresql-time          "1.3 SBU">
     9  <!ENTITY postgresql-md5sum        "e58fffe9359e311ead94490a06b7147c">
     10  <!ENTITY postgresql-size          "18 MB">
     11  <!ENTITY postgresql-buildsize     "233 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.6 SBU (with tests)">
    1313]>
    1414
     
    3434    from the Berkeley Postgres database management system.</para>
    3535
    36     &lfs77_checked;
     36    &lfs78_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    107107    </para>
    108108
     109    <para>Tests must be run as unprivileged user, because they need to
     110    start a temporary server, and this is prevented as root user. For
     111    the same reason, you need to stop all PostgreSQL servers if any is
     112    running. If a previous version of PostgreSQL is installed, it may be
     113    necessary to use <emphasis>--disable-rpath</emphasis> with
     114    <emphasis>configure</emphasis> to avoid failures, but <command>it is
     115    not recommended</command> to install the binaries created using this
     116    switch. To test the results, issue: <command>make
     117    check</command>.</para>
     118
    109119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    110120
     
    117127<screen role="nodump/"><userinput>make -C contrib/<replaceable>&lt;SUBDIR-NAME&gt;</replaceable> install</userinput></screen>
    118128
    119     <warning>
    120       <para>This package contains a known security hole that allows other
    121       users on the same machine to gain access to an operating system account
    122       while it is doing "make check": CVE-2014-0067. Tests must be run after
    123       install, with postgresql server down, as unprivileged user.</para>
    124     </warning>
    125 
    126     <para>To test the results, issue: <command>make check</command>.</para>
    127 
    128     <para><emphasis>If you only intend to use <application>PostgreSQL</application>
    129     as a client to connect to a server on another machine, your installation is
    130     complete and you should not run the remaining commands.</emphasis></para>
     129    <para><emphasis>If you only intend to use
     130    <application>PostgreSQL</application> as a client to connect to a server on
     131    another machine, your installation is complete and you should not run the
     132    remaining commands.</emphasis></para>
    131133
    132134    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
     
    277279        <seg>
    278280          clusterdb, createdb, createlang, createuser, dropdb, droplang,
    279           dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
    280           pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog,
    281           pg_recvlogical, pg_resetxlog, pg_restore, pltcl_delmod,
    282           pltcl_listmod, pltcl_loadmod, postgres, postmaster (deprecated),
    283           psql, reindexdb, vacuumdb, and optionally (in contrib/) oid2name,
    284           pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
    285           pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo, and many others
     281          dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_config,
     282          pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
     283          pg_receivexlog, pg_recvlogical, pg_resetxlog, pg_restore, pg_rewind,
     284          pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump, pgbench,
     285          pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres, postmaster
     286          (deprecated), psql, reindexdb, vacuumdb, and optionally (in contrib/)
     287          oid2name, pg_standby, vacuumlo, and many others
    286288        </seg>
    287289        <seg>
    288290          libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, libpgport.a,
    289           libpgtypes.{so,a}, and libpq.{so,a}
     291          libpgtypes.{so,a}, libpq.{so,a}, various charset modules, and
     292          optionally programming language modules under /usr/lib/postgresql
    290293        </seg>
    291294        <seg>
    292295          /usr/include/{libpq,postgresql},
    293296          /usr/lib/postgresql,
    294           /usr/share/doc/postgresql-&postgresql-version;,
    295           /usr/share/postgresql, and
     297          /usr/share/{doc/postgresql-&postgresql-version;,postgresql}, and
    296298          /srv/pgsql
    297299        </seg>
     
    538540          <indexterm zone="postgresql pg_restore">
    539541            <primary sortas="b-pg_restore">pg_restore</primary>
     542          </indexterm>
     543        </listitem>
     544      </varlistentry>
     545
     546      <varlistentry id="pg_rewind">
     547        <term><command>pg_rewind</command></term>
     548        <listitem>
     549          <para>synchronizes a PostgreSQL data directory with another data
     550          directory that was forked from the first one.</para>
     551          <indexterm zone="postgresql pg_rewind">
     552            <primary sortas="b-pg_rewind">pg_rewind</primary>
    540553          </indexterm>
    541554        </listitem>
Note: See TracChangeset for help on using the changeset viewer.