mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to PostgreSQL-8.2.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6658 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
81ad3fbd79
commit
aaeca54316
@ -350,7 +350,7 @@ $Date$
|
||||
<!-- End special note about Heimdal -->
|
||||
|
||||
<!ENTITY mysql-version "5.0.21">
|
||||
<!ENTITY postgresql-version "8.1.3">
|
||||
<!ENTITY postgresql-version "8.2.3">
|
||||
|
||||
<!-- Chapter 24 -->
|
||||
<!-- dhcp (chapter 14) -->
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>March 3rd, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[djensen] - Updated to PostgreSQL-8.2.3.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[alexander] - Removed the link to the (dead) libstk
|
||||
site from Xine Libraries page.</para>
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
<!-- <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
|
||||
<!-- <!ENTITY postgresql-download-ftp "ftp://ftp.fr.postgresql.org/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 "ftp://ftp-archives.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
|
||||
<!ENTITY postgresql-md5sum "bb510edbb533962c0692e211b3bd8cfa">
|
||||
<!ENTITY postgresql-size "11.5 MB">
|
||||
<!ENTITY postgresql-buildsize "153 MB (additional 100 MB to run the testsuite)">
|
||||
<!ENTITY postgresql-time "1.7 SBU">
|
||||
<!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 "cb47771004d53505200ffd00ac45bc32">
|
||||
<!ENTITY postgresql-size "12.2 MB">
|
||||
<!ENTITY postgresql-buildsize "129 MB (additional 119 MB to run the testsuite)">
|
||||
<!ENTITY postgresql-time "1.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
|
||||
@ -114,7 +114,7 @@ install -v -m644 doc/TODO.detail/* \
|
||||
<para>Initialize a database cluster with the following commands issued by the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /srv/pgsql/data &&
|
||||
<screen role="root"><userinput>install -v -m700 -d /srv/pgsql/data &&
|
||||
groupadd -g 41 postgres &&
|
||||
useradd -c "PostgreSQL Server" -g postgres -d /srv/pgsql/data \
|
||||
-u 41 postgres &&
|
||||
@ -231,8 +231,8 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
<seg>clusterdb, createdb, createlang, createuser, dropdb, droplang,
|
||||
dropuser, ecpg, initdb, ipcclean, pg_config, pg_controldata, pg_ctl,
|
||||
pg_dump, pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod,
|
||||
pltcl_listmod, pltcl_loadmod, postgres, postmaster, psql, and
|
||||
vacuumdb</seg>
|
||||
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>
|
||||
<seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
|
||||
@ -503,6 +503,16 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="reindexdb">
|
||||
<term><command>reindexdb</command></term>
|
||||
<listitem>
|
||||
<para>is a utility for rebuilding indexes in a database.</para>
|
||||
<indexterm zone="postgresql psql">
|
||||
<primary sortas="b-psql">psql</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="vacuumdb">
|
||||
<term><command>vacuumdb</command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user