Author: ken
Date: 2012-07-20 12:59:51 -0600 (Fri, 20 Jul 2012)
New Revision: 10434
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/postgresql.xml
Log:
postgresql-9.1.4
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-07-20 18:45:36 UTC (rev 10433)
+++ trunk/BOOK/general.ent 2012-07-20 18:59:51 UTC (rev 10434)
@@ -620,7 +620,7 @@
<!-- Chapter 22 -->
<!ENTITY db-version "5.3.21">
<!ENTITY mysql-version "5.5.17">
-<!ENTITY postgresql-version "9.0.6">
+<!ENTITY postgresql-version "9.1.4">
<!ENTITY sqlite-version "3.7.13">
<!-- Chapter 23 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-20 18:45:36 UTC
(rev 10433)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-20 18:59:51 UTC
(rev 10434)
@@ -47,6 +47,9 @@
<listitem>
<para>[krejzi] - Upgraded ConsoleKit to 0.4.6 (git snapshot).</para>
</listitem>
+ <listitem>
+ <para>[ken] - Postgresql 9.1.4.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/server/databases/postgresql.xml
===================================================================
--- trunk/BOOK/server/databases/postgresql.xml 2012-07-20 18:45:36 UTC (rev
10433)
+++ trunk/BOOK/server/databases/postgresql.xml 2012-07-20 18:59:51 UTC (rev
10434)
@@ -8,10 +8,10 @@
<!ENTITY postgresql-download-ftp
"ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!-- <!ENTITY postgresql-download-http
"&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp
"&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2"> -->
- <!ENTITY postgresql-md5sum "4ad7e4fc31ef8b8a75a3e4243933963f">
+ <!ENTITY postgresql-md5sum "a8035688dba988b782725ac1aec60186">
<!ENTITY postgresql-size "15 MB">
- <!ENTITY postgresql-buildsize "163 MB (additional 138 MB to run the
testsuite)">
- <!ENTITY postgresql-time "1.6 SBU">
+ <!ENTITY postgresql-buildsize "174 MB (additional 143 MB to run the
testsuite)">
+ <!ENTITY postgresql-time "1.2 SBU (additional 0.3 SBU to run the
testsuite)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@@ -119,11 +119,12 @@
make install-docs &&
chown -v root:root
/usr/share/doc/postgresql-&postgresql-version;/html/*</userinput></screen>
+ <!-- 'Upgrading' seems to only ever exist in the docs for *previous*
version -->
<note>
<para>If you are upgrading an existing system and are going to install
the new files over the old ones, then you should back up your data, shut
down the old server and follow the instructions in <ulink
-
url="http://www.postgresql.org/docs/8.1/static/install-upgrading.html">the
+
url="http://www.postgresql.org/docs/9.0/static/install-upgrading.html">the
official <application>PostgreSQL</application>
documentation</ulink>.</para>
</note>
@@ -177,16 +178,18 @@
<filename class='libraryfile'>libpq</filename> and ECPG programs to safely
control their private connection handles.</para>
+ <para><option>--with-openssl</option>: build with support for
+ <application>OpenSSL</application> encrypted connections.</para>
+
<para><option>--with-perl</option>: build the PL/Perl server-side language.
</para>
<para><option>--with-python</option>: build the PL/Python server-side
language.</para>
- <para><option>--with-openssl</option>: build with support for
- <application>OpenSSL</application> encrypted connections.</para>
+ <para><option>--with-tcl</option>: build the PL/Tcl server-side
language.</para>
- <para><command>chown -R root:root
/usr/share/doc/postgresql/html/*</command>:
+ <para><command>chown -v root:root
/usr/share/doc/postgresql-&postgresql-version;/html/*</command>:
This command corrects the improper ownership of documentation files.</para>
<para><command>groupadd ...</command>; <command>useradd ...</command>:
@@ -229,7 +232,7 @@
class="directory">PGDATA/</filename> directory. Details on the
format of the files and the options that can be set in each can
be found in <ulink
- url="file:///usr/share/doc/postgresql/html/index.html"/>.</para>
+
url="file:///usr/share/doc/postgresql-&postgresql-version;/html/index.html"/>.</para>
</sect3>
@@ -260,14 +263,15 @@
<seglistitem>
<seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
- dropuser, ecpg, initdb, ipcclean, pg_config, pg_controldata, pg_ctl,
+ dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
pg_ctl,
pg_dump, pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod,
pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
reindexdb, and vacuumdb</seg>
<seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a,
libpgtypes.{so,a},
- libpq.{so,a}, and various charset modules.</seg>
+ libpq.{so,a}, and various charset (and optionally, programming
language)
+ modules.</seg>
<seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
- /usr/lib/postgresql, /usr/share/doc/postgresql, and
+ /usr/lib/postgresql, /usr/share/doc/postgresql-&postgresql-version;,
and
/usr/share/postgresql</seg>
</seglistitem>
</segmentedlist>
@@ -373,13 +377,13 @@
</listitem>
</varlistentry>
- <varlistentry id="ipcclean">
- <term><command>ipcclean</command></term>
+ <varlistentry id="pg_basebackup">
+ <term><command>pg_basebackup</command></term>
<listitem>
- <para>removes shared memory and semaphores left over by an aborted
- database server.</para>
- <indexterm zone="postgresql ipcclean">
- <primary sortas="b-ipcclean">ipcclean</primary>
+ <para>takes base backups of a running
+ <application>PostgreSQL</application> cluster.</para>
+ <indexterm zone="postgresql pg_basebackup">
+ <primary sortas="b-pg_basebackup">pg_basebackup</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page