Author: igor
Date: Mon Oct 21 03:53:39 2013
New Revision: 12008
Log:
update to postgresql-9.3.1
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/postgresql.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Oct 21 03:03:17 2013 (r12007)
+++ trunk/BOOK/general.ent Mon Oct 21 03:53:39 2013 (r12008)
@@ -6,7 +6,7 @@
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "October 21th, &year;">
+<!ENTITY releasedate "October 21st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -510,7 +510,7 @@
<!-- Chapter 22 -->
<!ENTITY db-version "6.0.20">
<!ENTITY mysql-version "5.6.14">
-<!ENTITY postgresql-version "9.3.0">
+<!ENTITY postgresql-version "9.3.1">
<!ENTITY sqlite-version "3.8.1">
<!-- Chapter 23 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 21 03:03:17
2013 (r12007)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 21 03:53:39
2013 (r12008)
@@ -44,9 +44,13 @@
-->
<listitem>
- <para>October 21th, 2013</para>
+ <para>October 21st, 2013</para>
<itemizedlist>
<listitem>
+ <para>[igor] - Update to postgresql-9.3.1. Fixes
+ <ulink url="&blfs-ticket-root;4177">#4177</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Reclassify dependencies and other tweaks for
Nautilus-3.10.0.</para>
</listitem>
Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml Mon Oct 21 03:03:17 2013
(r12007)
+++ trunk/BOOK/server/databases/postgresql.xml Mon Oct 21 03:53:39 2013
(r12008)
@@ -6,10 +6,10 @@
<!ENTITY postgresql-download-http " ">
<!ENTITY postgresql-download-ftp
"ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
- <!ENTITY postgresql-md5sum "09aee56f3a15ce4a7ea32044fb845b53">
- <!ENTITY postgresql-size "17.0 MB">
+ <!ENTITY postgresql-md5sum "c003d871f712d4d3895956b028a96e74">
+ <!ENTITY postgresql-size "17 MB">
<!ENTITY postgresql-buildsize "169 MB (additional 170 MB to run the
testsuite)">
- <!ENTITY postgresql-time "1.3 SBU (additional 0.2 SBU to run the
testsuite)">
+ <!ENTITY postgresql-time "1.2 SBU (additional 0.2 SBU to run the
testsuite)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@@ -33,12 +33,6 @@
object-relational database management system (ORDBMS), derived
from the Berkeley Postgres database management system.</para>
- <para>There may be a more recent release available from the
- <application>PostgreSQL</application> home page. You can check
- <ulink url="http://www.postgresql.org/"/> and probably use the
- existing BLFS instructions. Note that versions other than the one shown
- in the download URLs have not been tested in a BLFS environment.</para>
-
&lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -108,7 +102,7 @@
<filename class="directory">contrib/</filename> directory. If you are going
to run this installation as a server and wish to build some of them, enter
<command>make -C contrib</command> or
- <command>make -C contrib/<SUBDIR-NAME></command> for each
subdirectory.
+ <command>make -C
contrib/<replaceable><SUBDIR-NAME></replaceable></command> for each
subdirectory.
</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -119,7 +113,7 @@
<para>If you made any of the <filename
class="directory">contrib/</filename>
programs, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="nodump/"><userinput>make -C contrib/<SUBDIR-NAME>
install</userinput></screen>
+<screen role="nodump/"><userinput>make -C
contrib/<replaceable><SUBDIR-NAME></replaceable>
install</userinput></screen>
<para><emphasis>If you only intend to use
<application>PostgreSQL</application>
as a client to connect to a server on another machine, your installation is
@@ -186,10 +180,6 @@
<filename class='libraryfile'>libpq</filename> and ECPG programs to safely
control their private connection handles.</para>
- <para><parameter>make -C contrib/<SUBDIR-NAME> ...</parameter>:
replace
- <SUBDIR-NAME> with the name of the subdirectory you wish to build or
- install.</para>
-
<para><option>--with-openssl</option>: build with support for
<application>OpenSSL</application> encrypted connections.</para>
@@ -273,13 +263,13 @@
<seglistitem>
<seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
dropuser, ecpg, initdb, pg_basebackup, pg_config, pg_controldata,
pg_ctl,
- pg_dump, pg_dumpall, pg_isready, pg_resetxlog, pg_restore,
pltcl_delmod,
+ pg_dump, pg_dumpall, pg_isready, pg_receivexlog, pg_resetxlog,
pg_restore, pltcl_delmod,
pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql,
- reindexdb, and vacuumdb. Optionally (in contrib/) oid2name,
pg_archivecleanup,
+ reindexdb, vacuumdb, and optionally (in contrib/) oid2name,
pg_archivecleanup,
pgbench, pg_standby, pg_test_fsync, pg_test_timing, pg_upgrade,
pg_xlogdump,
vacuumlo,</seg>
<seg>libecpg.{so,a}, libecpg_compat.{so,a}, libpgport.a,
libpgtypes.{so,a},
- libpq.{so,a}, and various charset (and optionally, programming
language)
+ libpq.{so,a}, various charset modules, and optionally programming
language
modules.</seg>
<seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
/usr/lib/postgresql, /usr/share/doc/postgresql-&postgresql-version;,
and
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page