Changeset a2957b7


Ignore:
Timestamp:
07/20/2012 06:59:51 PM (12 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:
5eaf9af8
Parents:
e6ce81b6
Message:

postgresql-9.1.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re6ce81b6 ra2957b7  
    621621<!ENTITY db-version                   "5.3.21">
    622622<!ENTITY mysql-version                "5.5.17">
    623 <!ENTITY postgresql-version           "9.0.6">
     623<!ENTITY postgresql-version           "9.1.4">
    624624<!ENTITY sqlite-version               "3.7.13">
    625625
  • introduction/welcome/changelog.xml

    re6ce81b6 ra2957b7  
    4848          <para>[krejzi] - Upgraded ConsoleKit to 0.4.6 (git snapshot).</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[ken] - Postgresql 9.1.4.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • server/databases/postgresql.xml

    re6ce81b6 ra2957b7  
    99  <!-- <!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
    1010  <!ENTITY postgresql-download-ftp  "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2"> -->
    11   <!ENTITY postgresql-md5sum        "4ad7e4fc31ef8b8a75a3e4243933963f">
     11  <!ENTITY postgresql-md5sum        "a8035688dba988b782725ac1aec60186">
    1212  <!ENTITY postgresql-size          "15 MB">
    13   <!ENTITY postgresql-buildsize     "163 MB (additional 138 MB to run the testsuite)">
    14   <!ENTITY postgresql-time          "1.6 SBU">
     13  <!ENTITY postgresql-buildsize     "174 MB (additional 143 MB to run the testsuite)">
     14  <!ENTITY postgresql-time          "1.2 SBU (additional 0.3 SBU to run the testsuite)">
    1515]>
    1616
     
    120120chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</userinput></screen>
    121121
     122    <!-- 'Upgrading' seems to only ever exist in the docs for *previous* version -->
    122123    <note>
    123124      <para>If you are upgrading an existing system and are going to install
    124125      the new files over the old ones, then you should back up your data, shut
    125126      down the old server and follow the instructions in <ulink
    126       url="http://www.postgresql.org/docs/8.1/static/install-upgrading.html">the
     127      url="http://www.postgresql.org/docs/9.0/static/install-upgrading.html">the
    127128      official <application>PostgreSQL</application> documentation</ulink>.</para>
    128129    </note>
     
    178179    control their private connection handles.</para>
    179180
     181    <para><option>--with-openssl</option>: build with support for
     182    <application>OpenSSL</application> encrypted connections.</para>
     183
    180184    <para><option>--with-perl</option>: build the PL/Perl server-side language.
    181185    </para>
     
    184188    language.</para>
    185189
    186     <para><option>--with-openssl</option>: build with support for
    187     <application>OpenSSL</application> encrypted connections.</para>
    188 
    189     <para><command>chown -R root:root /usr/share/doc/postgresql/html/*</command>:
     190    <para><option>--with-tcl</option>:  build the PL/Tcl server-side language.</para>
     191
     192    <para><command>chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</command>:
    190193    This command corrects the improper ownership of documentation files.</para>
    191194
     
    230233      format of the files and the options that can be set in each can
    231234      be found in <ulink
    232       url="file:///usr/share/doc/postgresql/html/index.html"/>.</para>
     235      url="file:///usr/share/doc/postgresql-&postgresql-version;/html/index.html"/>.</para>
    233236
    234237    </sect3>
     
    261264      <seglistitem>
    262265        <seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
    263         dropuser, ecpg, initdb, ipcclean, pg_config, pg_controldata, pg_ctl,
     266        dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata, pg_ctl,
    264267        pg_dump, pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod,
    265268        pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
    266269        reindexdb, and vacuumdb</seg>
    267270        <seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a, libpgtypes.{so,a},
    268         libpq.{so,a}, and various charset modules.</seg>
     271        libpq.{so,a}, and various charset (and optionally, programming language)
     272        modules.</seg>
    269273        <seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
    270         /usr/lib/postgresql, /usr/share/doc/postgresql, and
     274        /usr/lib/postgresql, /usr/share/doc/postgresql-&postgresql-version;, and
    271275        /usr/share/postgresql</seg>
    272276      </seglistitem>
     
    374378      </varlistentry>
    375379
    376       <varlistentry id="ipcclean">
    377         <term><command>ipcclean</command></term>
    378         <listitem>
    379           <para>removes shared memory and semaphores left over by an aborted
    380           database server.</para>
    381           <indexterm zone="postgresql ipcclean">
    382             <primary sortas="b-ipcclean">ipcclean</primary>
     380      <varlistentry id="pg_basebackup">
     381        <term><command>pg_basebackup</command></term>
     382        <listitem>
     383          <para>takes base backups of a running
     384          <application>PostgreSQL</application> cluster.</para>
     385          <indexterm zone="postgresql pg_basebackup">
     386            <primary sortas="b-pg_basebackup">pg_basebackup</primary>
    383387          </indexterm>
    384388        </listitem>
Note: See TracChangeset for help on using the changeset viewer.