source: content/databases/postgresql.xml@ 44e4099

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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
Last change on this file since 44e4099 was 44e4099, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to PostgreSQL-8.0.1; updated Apache-ANT build entities

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

  • Property mode set to 100644
File size: 17.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
8 <!ENTITY postgresql-download-ftp "ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
9 <!ENTITY postgresql-md5sum "075ac81c865b0af865459260bf1ca890">
10 <!ENTITY postgresql-size "11.0 MB">
11 <!ENTITY postgresql-buildsize "259 MB">
12 <!ENTITY postgresql-time "1.34 SBU">
13]>
14
15<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="postgresql.html"?>
21<title>Postgre<acronym>SQL</acronym>-&postgresql-version;</title>
22<indexterm zone="postgresql">
23<primary sortas="a-PostgreSQL">PostgreSQL</primary></indexterm>
24
25<sect2>
26<title>Introduction to
27<application>Postgre<acronym>SQL</acronym></application></title>
28
29<para><application>Postgre<acronym>SQL</acronym></application> is an advanced
30object-relational database management system (<acronym>ORDBMS</acronym>),
31derived from the Berkeley Postgres database management system.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP):
36<ulink url="&postgresql-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&postgresql-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &postgresql-md5sum;</para></listitem>
40<listitem><para>Download size: &postgresql-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&postgresql-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&postgresql-time;</para></listitem></itemizedlist>
45</sect3>
46
47<!--
48<sect3><title>Additional downloads</title>
49<itemizedlist spacing='compact'>
50<listitem><para>Required patch: <ulink
51url="&patch-root;/postgresql-&postgresql-version;-dsssl_fix-1.patch"/></para>
52</listitem></itemizedlist>
53</sect3>
54 -->
55
56<sect3><title><application>Postgre<acronym>SQL</acronym></application>
57dependencies</title>
58<sect4><title>Optional</title>
59<para><xref linkend="python"/>,
60<xref linkend="tcl"/>,
61<xref linkend="openssl"/>,
62<xref linkend="Linux_PAM"/>,
63<xref linkend="sgml-dtd"/>,
64<xref linkend="docbook-dsssl"/>,
65<xref linkend="openjade"/>,
66<xref linkend="perl-modules"/>: SGMLSpm-&SGMLSpm-version;,
67<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
68<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, and
69<ulink url="http://rendezvous.sourceforge.net/">Rendezvous</ulink></para>
70</sect4>
71</sect3>
72
73</sect2>
74
75<sect2>
76<title>Installation of
77<application>Postgre<acronym>SQL</acronym></application></title>
78
79<para>In order for <command>configure</command> to properly discover
80<application>Docbook <acronym>SGML</acronym>
81<acronym>DTD</acronym></application>, you may need to remove
82<application>OpenSP</application> catalog definitions from the system
83<acronym>SGML</acronym> catalogs. Use the following command before building
84the package to accomplish this:</para>
85
86<screen><userinput><command>sed -i.orig \
87 -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
88 /etc/sgml/catalog \
89 /etc/sgml/sgml-docbook.cat</command></userinput></screen>
90
91<para>Install <application>Postgre<acronym>SQL</acronym></application> with the
92following commands: </para>
93
94<screen><userinput><command>sed -i \
95 -e "s|dsssl-stylesheets|&amp; \\\\\n sgml/docbook/&amp;-&docbook-dsssl-version;|" \
96 configure &amp;&amp;
97./configure --prefix=/usr --enable-thread-safety &amp;&amp;
98make</command></userinput></screen>
99
100<para>Now, as the root user:</para>
101
102<screen><userinput role='root'><command>make install &amp;&amp;
103chown -R root:root /usr/share/doc/postgresql/html</command></userinput></screen>
104
105<!--
106<para>The standard installation provides only the header files needed
107for client application development. Server-side applications require
108the entire <application>Postgre<acronym>SQL</acronym></application>
109include tree which can be installed using the following command:</para>
110
111<screen><userinput><command>make install-all-headers</command></userinput></screen>
112 -->
113
114<note><para>If you are upgrading an existing system and are going to
115install the new files over the old ones, then you should
116back up your data, shut down the old server and follow the
117instructions in <ulink
118url="http://www.postgresql.org/docs/8.0/static/install-upgrading.html">the
119official <application>Postgre<acronym>SQL</acronym></application>
120documentation</ulink>.</para></note>
121
122<para>Initialize a database cluster with the following commands issued by the
123root user:</para>
124
125<screen><userinput role='root'><command>install -v -m755 -d /srv/pgsql/data &amp;&amp;
126useradd -c "PostgreSQL Server" -g users -d /srv/pgsql/data postgres &amp;&amp;
127chown -v postgres /srv/pgsql/data &amp;&amp;
128su - postgres -c '/usr/bin/initdb -D /srv/pgsql/data'</command></userinput></screen>
129
130<para>As the root user, start the database server with the following
131command:</para>
132
133<screen><userinput role='root'><command>su - postgres -c '/usr/bin/postmaster -D /srv/pgsql/data > \
134 /srv/pgsql/data/logfile 2&gt;&amp;1 &amp;'</command></userinput></screen>
135
136<para>Still as user root, create a database and verify the
137installation:</para>
138
139<screen><userinput role='root'><command>su - postgres -c '/usr/bin/createdb test' &amp;&amp;
140echo "create table t1 ( name varchar(20), state_province varchar(20) );" \
141 | (su - postgres -c '/usr/bin/psql test ') &amp;&amp;
142echo "insert into t1 values ('Billy', 'NewYork');" \
143 | (su - postgres -c '/usr/bin/psql test ') &amp;&amp;
144echo "insert into t1 values ('Evanidus', 'Quebec');" \
145 | (su - postgres -c '/usr/bin/psql test ') &amp;&amp;
146echo "insert into t1 values ('Jesse', 'Ontario');" \
147 | (su - postgres -c '/usr/bin/psql test ') &amp;&amp;
148echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</command></userinput></screen>
149
150</sect2>
151
152<sect2>
153<title>Command explanations</title>
154
155<para><command>sed -i -e "s|dsssl-stylesheets|..."</command>: This command
156puts an extra line in the <command>configure</command> script so that the
157<acronym>BLFS</acronym> installed version of the <acronym>DSSSL</acronym>
158stylesheets can be discovered.</para>
159
160<para><parameter>--enable-thread-safety</parameter>: This switch makes the
161client libraries thread-safe by allowing concurrent threads in
162<filename class='libraryfile'>libpq</filename> and <acronym>ECPG</acronym>
163programs to safely control their private connection handles.</para>
164
165<para><command>chown -R root:root /usr/share/doc/postgresql/html</command>:
166This command corrects the improper ownership of some documentation
167files.</para>
168
169<para><command>useradd ...</command>: Add an unprivileged user to run the
170database server.</para>
171
172<para><command>createdb test; create table t1; insert into t1 values...;
173select * from t1</command>: Create a database, add a table to it, insert some
174rows into the table and select them to verify that the installation is working
175properly.</para>
176
177</sect2>
178
179<sect2>
180<title>Configuring
181<application>Postgre<acronym>SQL</acronym></application></title>
182
183<sect3>
184<title id="postgresql-config">Config files</title>
185
186<para><filename>$PGDATA/pg_ident.con</filename>,
187<filename>$PGDATA/pg_hba.conf</filename> and
188<filename>$PGDATA/postgresql.conf</filename></para>
189<indexterm zone="postgresql postgresql-config">
190<primary sortas="e-A.PGDATA-pg_ident.con">$PGDATA/pg_indent.con</primary>
191</indexterm>
192<indexterm zone="postgresql postgresql-config">
193<primary sortas="e-A.PGDATA-pg_hba.conf">$PGDATA/pg_hba_conf</primary>
194</indexterm>
195<indexterm zone="postgresql postgresql-config">
196<primary sortas="e-A.PGDATA-postgresql.conf">$PGDATA/postgresql.conf</primary>
197</indexterm>
198
199<para>The <envar>PGDATA</envar> environment variable is used to distinguish
200database clusters from one another by setting it to the value of the directory
201which contains the cluster desired. The three configuration files
202exist in every <filename class="directory">PGDATA/</filename> directory.
203Details on the format of the files and the options that can be set in
204each can be found in <ulink
205url="file:///usr/share/doc/postgresql/html/index.html"/>.</para>
206
207<para id="postgresql-init">Install the
208<filename>/etc/rc.d/init.d/postgresql</filename> init script included in the
209<xref linkend="intro-important-bootscripts"/> package.</para>
210<indexterm zone="postgresql postgresql-init">
211<primary sortas="f-postgresql">postgresql</primary></indexterm>
212
213<screen><userinput><command>make install-postgresql</command></userinput></screen>
214</sect3>
215
216</sect2>
217
218<sect2>
219<title>Contents</title>
220
221<segmentedlist>
222<segtitle>Installed Programs</segtitle>
223<segtitle>Installed Libraries</segtitle>
224<segtitle>Installed Directories</segtitle>
225
226<seglistitem>
227<seg>clusterdb, createdb, createlang, createuser, dropdb, droplang, dropuser,
228ecpg, initdb, ipcclean, pg_config, pg_controldata, pg_ctl, pg_dump,
229pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod, pltcl_listmod,
230pltcl_loadmod, postgres, postmaster, psql, vacuumdb</seg>
231<seg>libecpg.[so,a], libecpg_compat.[so,a], libpgport.a, libpgtypes.[so,a],
232libpq.[so,a] and various charset modules.</seg>
233<seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
234/usr/lib/postgresql, /usr/share/doc/postgresql and /usr/share/postgresql</seg>
235</seglistitem>
236</segmentedlist>
237
238<variablelist>
239<bridgehead renderas="sect3">Short Descriptions</bridgehead>
240<?dbfo list-presentation="list"?>
241
242<varlistentry id="clusterdb">
243<term><command>clusterdb</command></term>
244<listitem><para>is a utility for reclustering tables in a
245<application>Postgre<acronym>SQL</acronym></application> database.</para>
246<indexterm zone="postgresql clusterdb">
247<primary sortas="b-clusterdb">clusterdb</primary>
248</indexterm></listitem>
249</varlistentry>
250
251<varlistentry id="createdb">
252<term><command>createdb</command></term>
253<listitem><para> creates a new
254<application>Postgre<acronym>SQL</acronym></application> database.</para>
255<indexterm zone="postgresql createdb">
256<primary sortas="b-createdb">createdb</primary>
257</indexterm></listitem>
258</varlistentry>
259
260<varlistentry id="createlang">
261<term><command>createlang</command></term>
262<listitem><para>defines a new
263<application>Postgre<acronym>SQL</acronym></application> procedural
264language.</para>
265<indexterm zone="postgresql createlang">
266<primary sortas="b-createlang">createlang</primary>
267</indexterm></listitem>
268</varlistentry>
269
270<varlistentry id="createuser">
271<term><command>createuser</command></term>
272<listitem><para>defines a new
273<application>Postgre<acronym>SQL</acronym></application> user account.</para>
274<indexterm zone="postgresql createuser">
275<primary sortas="b-createuser">createuser</primary>
276</indexterm></listitem>
277</varlistentry>
278
279<varlistentry id="dropdb">
280<term><command>dropdb</command></term>
281<listitem><para>removes a
282<application>Postgre<acronym>SQL</acronym></application> database.</para>
283<indexterm zone="postgresql dropdb">
284<primary sortas="b-dropdb">dropdb</primary>
285</indexterm></listitem>
286</varlistentry>
287
288<varlistentry id="droplang">
289<term><command>droplang</command></term>
290<listitem><para>removes a
291<application>Postgre<acronym>SQL</acronym></application> procedural
292language.</para>
293<indexterm zone="postgresql droplang">
294<primary sortas="b-droplang">droplang</primary>
295</indexterm></listitem>
296</varlistentry>
297
298<varlistentry id="dropuser">
299<term><command>dropuser</command></term>
300<listitem><para>removes a
301<application>Postgre<acronym>SQL</acronym></application> user account.</para>
302<indexterm zone="postgresql dropuser">
303<primary sortas="b-dropuser">dropuser</primary>
304</indexterm></listitem>
305</varlistentry>
306
307<varlistentry id="ecpg">
308<term><command>ecpg</command></term>
309<listitem><para>is the embedded <acronym>SQL</acronym> preprocessor.</para>
310<indexterm zone="postgresql ecpg">
311<primary sortas="b-ecpg">ecpg</primary>
312</indexterm></listitem>
313</varlistentry>
314
315<varlistentry id="initdb">
316<term><command>initdb</command></term>
317<listitem><para>creates a new database cluster.</para>
318<indexterm zone="postgresql initdb">
319<primary sortas="b-initdb">initdb</primary>
320</indexterm></listitem>
321</varlistentry>
322
323<varlistentry id="ipcclean">
324<term><command>ipcclean</command></term>
325<listitem><para>removes shared memory and semaphores left over by an aborted
326database server.</para>
327<indexterm zone="postgresql ipcclean">
328<primary sortas="b-ipcclean">ipcclean</primary>
329</indexterm></listitem>
330</varlistentry>
331
332<varlistentry id="pg_config">
333<term><command>pg_config</command></term>
334<listitem><para>retrieves
335<application>Postgre<acronym>SQL</acronym></application> version
336information.</para>
337<indexterm zone="postgresql pg_config">
338<primary sortas="b-pg_config">pg_config</primary>
339</indexterm></listitem>
340</varlistentry>
341
342<varlistentry id="pg_controldata">
343<term><command>pg_controldata</command></term>
344<listitem><para>returns information initialized during
345<command>initdb</command>, such as the catalog version and server
346locale.</para>
347<indexterm zone="postgresql pg_controldata">
348<primary sortas="b-pg_controldata">pg_controldata</primary>
349</indexterm></listitem>
350</varlistentry>
351
352<varlistentry id="pg_ctl">
353<term><command>pg_ctl</command></term>
354<listitem><para>controls stopping and starting the database server.</para>
355<indexterm zone="postgresql pg_ctl">
356<primary sortas="b-pg_ctl">pg_ctl</primary>
357</indexterm></listitem>
358</varlistentry>
359
360<varlistentry id="pg_dump">
361<term><command>pg_dump</command></term>
362<listitem><para>dumps database data and metadata into scripts which are used
363to recreate the database.</para>
364<indexterm zone="postgresql pg_dump">
365<primary sortas="b-pg_dump">pg_dump</primary>
366</indexterm></listitem>
367</varlistentry>
368
369<varlistentry id="pg_dumpall">
370<term><command>pg_dumpall</command></term>
371<listitem><para>recursively calls <command>pg_dump</command> for each
372database in a cluster.</para>
373<indexterm zone="postgresql pg_dumpall">
374<primary sortas="b-pg_dumpall">pg_dumpall</primary>
375</indexterm></listitem>
376</varlistentry>
377
378<varlistentry id="pg_resetxlog">
379<term><command>pg_resetxlog</command></term>
380<listitem><para>clears the write-ahead log and optionally resets some
381fields in the <filename>pg_control</filename> file.</para>
382<indexterm zone="postgresql pg_resetxlog">
383<primary sortas="b-pg_resetxlog">pg_resetxlog</primary>
384</indexterm></listitem>
385</varlistentry>
386
387<varlistentry id="pg_restore">
388<term><command>pg_restore</command></term>
389<listitem><para>creates databases from dump files created by
390<command>pg_dump</command>.</para>
391<indexterm zone="postgresql pg_restore">
392<primary sortas="b-pg_restore">pg_restore</primary>
393</indexterm></listitem>
394</varlistentry>
395
396<varlistentry id="pltcl_delmod">
397<term><command>pltcl_delmod</command></term>
398<listitem><para>is a support script used to delete a module from a
399<acronym>PL</acronym>/<application>Tcl</application> table. The command
400requires the <application><ulink
401url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
402package to be installed also.</para>
403<indexterm zone="postgresql pltcl_delmod">
404<primary sortas="b-pltcl_delmod">pltcl_delmod</primary>
405</indexterm></listitem>
406</varlistentry>
407
408<varlistentry id="pltcl_listmod">
409<term><command>pltcl_listmod</command></term>
410<listitem><para>is a support script used to list the modules in a
411<acronym>PL</acronym>/<application>Tcl</application> table. The command
412requires the <application><ulink
413url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
414package to be installed also.</para>
415<indexterm zone="postgresql pltcl_listmod">
416<primary sortas="b-pltcl_listmod">pltcl_listmod</primary>
417</indexterm></listitem>
418</varlistentry>
419
420<varlistentry id="pltcl_loadmod">
421<term><command>pltcl_loadmod</command></term>
422<listitem><para>is a support script used to load a module into a
423<acronym>PL</acronym>/<application>Tcl</application> table. The command
424requires the <application><ulink
425url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
426package to be installed also.</para>
427<indexterm zone="postgresql pltcl_loadmod">
428<primary sortas="b-pltcl_loadmod">pltcl_loadmod</primary>
429</indexterm></listitem>
430</varlistentry>
431
432<varlistentry id="postgres">
433<term><command>postgres</command></term>
434<listitem><para>is a single user database server, generally used for
435debugging.</para>
436<indexterm zone="postgresql postgres">
437<primary sortas="b-postgres">postgres</primary>
438</indexterm></listitem>
439</varlistentry>
440
441<varlistentry id="postmaster">
442<term><command>postmaster</command></term>
443<listitem><para>is a multi-user database daemon.</para>
444<indexterm zone="postgresql postmaster">
445<primary sortas="b-postmaster">postmaster</primary>
446</indexterm></listitem>
447</varlistentry>
448
449<varlistentry id="psql">
450<term><command>psql</command></term>
451<listitem><para>is a console based database shell.</para>
452<indexterm zone="postgresql psql">
453<primary sortas="b-psql">psql</primary>
454</indexterm></listitem>
455</varlistentry>
456
457<varlistentry id="vacuumdb">
458<term><command>vacuumdb</command></term>
459<listitem><para>compacts databases and generates statistics for the query
460analyzer.</para>
461<indexterm zone="postgresql vacuumdb">
462<primary sortas="b-vacuumdb">vacuumdb</primary>
463</indexterm></listitem>
464</varlistentry>
465</variablelist>
466
467</sect2>
468
469</sect1>
Note: See TracBrowser for help on using the repository browser.