Ignore:
Timestamp:
01/09/2016 01:05:03 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2875c661
Parents:
0c54cea
Message:
  • Update to postgresql-9.5.0.
  • Update to thunderbird-38.5.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r0c54cea redccd1f8  
    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        "8b2e3472a8dc786649b4d02d02e039a0">
    10   <!ENTITY postgresql-size          "17 MB">
    11   <!ENTITY postgresql-buildsize     "201 MB (with tests)">
    12   <!ENTITY postgresql-time          "1.5 SBU (with tests)">
     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
     
    276276        <seg>
    277277          clusterdb, createdb, createlang, createuser, dropdb, droplang,
    278           dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
    279           pg_ctl, pg_dump, pg_dumpall, pg_isready, pg_receivexlog,
    280           pg_recvlogical, pg_resetxlog, pg_restore, pltcl_delmod,
    281           pltcl_listmod, pltcl_loadmod, postgres, postmaster (deprecated),
    282           psql, reindexdb, vacuumdb, and optionally (in contrib/) oid2name,
    283           pg_archivecleanup, pgbench, pg_standby, pg_test_fsync,
    284           pg_test_timing, pg_upgrade, pg_xlogdump, vacuumlo, and many others
     278          dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_config,
     279          pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
     280          pg_receivexlog, pg_recvlogical, pg_resetxlog, pg_restore, pg_rewind,
     281          pg_test_fsync, pg_test_timing, pg_upgrade, pg_xlogdump, pgbench,
     282          pltcl_delmod, pltcl_listmod, pltcl_loadmod, postgres, postmaster
     283          (deprecated), psql, reindexdb, vacuumdb, and optionally (in contrib/)
     284          oid2name, pg_standby, vacuumlo, and many others
    285285        </seg>
    286286        <seg>
     
    541541      </varlistentry>
    542542
     543      <varlistentry id="pg_rewind">
     544        <term><command>pg_rewind</command></term>
     545        <listitem>
     546          <para>synchronizes a PostgreSQL data directory with another data
     547          directory that was forked from the first one.</para>
     548          <indexterm zone="postgresql pg_rewind">
     549            <primary sortas="b-pg_rewind">pg_rewind</primary>
     550          </indexterm>
     551        </listitem>
     552      </varlistentry>
     553
    543554      <varlistentry id="pg_standby">
    544555        <term><command>pg_standby</command></term>
Note: See TracChangeset for help on using the changeset viewer.