Changeset 782bf3d0 for server


Ignore:
Timestamp:
09/13/2013 01:40:31 AM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9bd07bfd
Parents:
06ee7673
Message:

postgresql-9.3.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11831 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r06ee7673 r782bf3d0  
    77  <!ENTITY postgresql-download-http " ">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "6ee5bb53b97da7c6ad9cb0825d3300dd">
    10   <!ENTITY postgresql-size          "16.0 MB">
    11   <!ENTITY postgresql-buildsize     "181 MB (additional 151 MB to run the testsuite)">
    12   <!ENTITY postgresql-time          "1.4 SBU (additional 0.2 SBU to run the testsuite)">
     9  <!ENTITY postgresql-md5sum        "09aee56f3a15ce4a7ea32044fb845b53">
     10  <!ENTITY postgresql-size          "17.0 MB">
     11  <!ENTITY postgresql-buildsize     "169 MB (additional 170 MB to run the testsuite)">
     12  <!ENTITY postgresql-time          "1.3 SBU (additional 0.2 SBU to run the testsuite)">
    1313]>
    1414
     
    9696<screen><userinput>sed -e "s@DEFAULT_PGSOCKET_DIR  \"/tmp\"@DEFAULT_PGSOCKET_DIR  \"/run/postgresql\"@" \
    9797    -i src/include/pg_config_manual.h &amp;&amp;
     98sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
     99sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;
    98100./configure --prefix=/usr          \
    99101            --enable-thread-safety \
     
    103105    <para>To test the results, issue: <command>make check</command>.</para>
    104106
     107    <para>There are a number of programs in the
     108    <filename class="directory">contrib/</filename> directory.  If you wish to
     109    build some of them, enter <command>make -C contrib</command> or
     110    <command>make -C contrib/&lt;SUBDIR-NAME&gt;</command> for each subdirectory.
     111    </para>
     112
    105113    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    106114
    107115<screen role="root"><userinput>make install      &amp;&amp;
    108116make install-docs</userinput></screen>
     117
     118    <para>If you made any of the <filename class="directory">contrib/</filename>
     119    programs, as the <systemitem class="username">root</systemitem> user:</para>
     120
     121<screen role="nodump/"><userinput>make -C contrib/&lt;SUBDIR-NAME&gt; install</userinput></screen>
    109122
    110123    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
     
    154167
    155168    <para>
    156       <command>sed -e ...</command>: This sed changes server socket location
     169      <command>sed -e ...</command>: These seds change server socket location
    157170      from <filename class="directory">/tmp</filename> to
    158       <filename class="directory">/run/postgresql</filename>.
     171      <filename class="directory">/run/postgresql</filename> and fix up the
     172      regression tests to use <filename class="directory">/tmp</filename> so
     173      that they can work reliably.
    159174    </para>
    160175
     
    166181    <filename class='libraryfile'>libpq</filename> and ECPG programs to safely
    167182    control their private connection handles.</para>
     183
     184    <para><parameter>make -C contrib/&lt;SUBDIR-NAME&gt; ...</parameter>: replace
     185    &lt;SUBDIR-NAME&gt; with the name of the subdirectory you wish to build or
     186    install.</para>
    168187
    169188    <para><option>--with-openssl</option>: build with support for
     
    250269        <seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
    251270        dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata, pg_ctl,
    252         pg_dump, pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod,
     271        pg_dump, pg_dumpall, pg_isready, pg_resetxlog, pg_restore, pltcl_delmod,
    253272        pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
    254         reindexdb, and vacuumdb</seg>
     273        reindexdb, and vacuumdb. Optionally (in contrib/) oid2name, pg_archivecleanup,
     274        pgbench, pg_standby, pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump,
     275        vacuumlo,</seg>
    255276        <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a, libpgtypes.{so,a},
    256277        libpq.{so,a}, and various charset (and optionally, programming language)
     
    363384      </varlistentry>
    364385
     386      <varlistentry id="oid2name">
     387        <term><command>oid2name</command></term>
     388        <listitem>
     389          <para>resolves OIDs (Object IDs) and file nodes in a PostgreSQL data
     390          directory.</para>
     391          <indexterm zone="postgresql oid2name">
     392            <primary sortas="b-oid2name">oid2name</primary>
     393          </indexterm>
     394        </listitem>
     395      </varlistentry>
     396
     397      <varlistentry id="pg_archivecleanup">
     398        <term><command>pg_archivecleanup</command></term>
     399        <listitem>
     400          <para>clean up PostgreSQL WAL (write-ahead log) archive files.</para>
     401          <indexterm zone="postgresql pg_archivecleanup">
     402            <primary sortas="b-pg_archivecleanup">pg_archivecleanup</primary>
     403          </indexterm>
     404        </listitem>
     405      </varlistentry>
     406
    365407      <varlistentry id="pg_basebackup">
    366408        <term><command>pg_basebackup</command></term>
     
    429471      </varlistentry>
    430472
     473      <varlistentry id="pg_isready">
     474        <term><command>pg_isready</command></term>
     475        <listitem>
     476          <para>check the connection status of a PostgreSQL server.</para>
     477          <indexterm zone="postgresql pg_isready">
     478            <primary sortas="b-pg_isready">pg_isready</primary>
     479          </indexterm>
     480        </listitem>
     481      </varlistentry>
     482
    431483      <varlistentry id="pg_resetxlog">
    432484        <term><command>pg_resetxlog</command></term>
     
    447499          <indexterm zone="postgresql pg_restore">
    448500            <primary sortas="b-pg_restore">pg_restore</primary>
     501          </indexterm>
     502        </listitem>
     503      </varlistentry>
     504
     505      <varlistentry id="pg_standby">
     506        <term><command>pg_standby</command></term>
     507        <listitem>
     508          <para>supports the creation of a PostgreSQL warm standby
     509          server.</para>
     510          <indexterm zone="postgresql pg_standby">
     511            <primary sortas="b-pg_standby">pg_standby</primary>
     512          </indexterm>
     513        </listitem>
     514      </varlistentry>
     515
     516      <varlistentry id="pg_test_fsync">
     517        <term><command>pg_test_fsync</command></term>
     518        <listitem>
     519          <para>determine fastest wal_sync method for PostgreSQL.</para>
     520          <indexterm zone="postgresql pg_test_fsync">
     521            <primary sortas="b-pg_test_fsync">pg_test_fsync</primary>
     522          </indexterm>
     523        </listitem>
     524      </varlistentry>
     525
     526      <varlistentry id="pg_test_timing">
     527        <term><command>pg_test_timing</command></term>
     528        <listitem>
     529          <para>measure timing overhead.</para>
     530          <indexterm zone="postgresql pg_test_timing">
     531            <primary sortas="b-pg_test_timing">pg_test_timing</primary>
     532          </indexterm>
     533        </listitem>
     534      </varlistentry>
     535
     536      <varlistentry id="pg_upgrade">
     537        <term><command>pg_upgrade</command></term>
     538        <listitem>
     539          <para>upgrade a PostgreSQL server instance.</para>
     540          <indexterm zone="postgresql pg_upgrade">
     541            <primary sortas="b-pg_upgrade">pg_upgrade</primary>
     542          </indexterm>
     543        </listitem>
     544      </varlistentry>
     545
     546      <varlistentry id="pg_xlogdump">
     547        <term><command>pg_xlogdump</command></term>
     548        <listitem>
     549          <para>display a human-readable rendering of the write-ahead log of a
     550          PostgreSQL database cluster.</para>
     551          <indexterm zone="postgresql pg_xlogdump">
     552            <primary sortas="b-pg_xlogdump">pg_xlogdump</primary>
     553          </indexterm>
     554        </listitem>
     555      </varlistentry>
     556
     557      <varlistentry id="pgbench">
     558        <term><command>pgbench</command></term>
     559        <listitem>
     560          <para>run a benchmark test on PostgreSQL.</para>
     561          <indexterm zone="postgresql pgbench">
     562            <primary sortas="b-pgbench">pgbench</primary>
    449563          </indexterm>
    450564        </listitem>
     
    546660      </varlistentry>
    547661
     662      <varlistentry id="vacuumlo">
     663        <term><command>vacuumlo</command></term>
     664        <listitem>
     665          <para>remove orphaned large objects from a PostgreSQL database.</para>
     666          <indexterm zone="postgresql vacuumlo">
     667            <primary sortas="b-vacuumlo">vacuumlo</primary>
     668          </indexterm>
     669        </listitem>
     670      </varlistentry>
     671
    548672      <varlistentry id="libecpg">
    549673        <term><filename class='libraryfile'>libecpg.{so,a}</filename></term>
Note: See TracChangeset for help on using the changeset viewer.