source: content/databases/postgresql.xml@ a65cdde7

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 a65cdde7 was a65cdde7, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed indexing tag in PostgreSQL instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3693 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 id="postgresql-config"><title>Config files</title>
184
185<para><filename>$PGDATA/pg_ident.con</filename>,
186<filename>$PGDATA/pg_hba.conf</filename> and
187<filename>$PGDATA/postgresql.conf</filename></para>
188<indexterm zone="postgresql postgresql-config">
189<primary sortas="e-A.PGDATA-pg_ident.con">$PGDATA/pg_indent.con</primary>
190</indexterm>
191<indexterm zone="postgresql postgresql-config">
192<primary sortas="e-A.PGDATA-pg_hba.conf">$PGDATA/pg_hba_conf</primary>
193</indexterm>
194<indexterm zone="postgresql postgresql-config">
195<primary sortas="e-A.PGDATA-postgresql.conf">$PGDATA/postgresql.conf</primary>
196</indexterm>
197
198<para>The <envar>PGDATA</envar> environment variable is used to distinguish
199database clusters from one another by setting it to the value of the directory
200which contains the cluster desired. The three configuration files
201exist in every <filename class="directory">PGDATA/</filename> directory.
202Details on the format of the files and the options that can be set in
203each can be found in <ulink
204url="file:///usr/share/doc/postgresql/html/index.html"/>.</para>
205
206<para id="postgresql-init">Install the
207<filename>/etc/rc.d/init.d/postgresql</filename> init script included in the
208<xref linkend="intro-important-bootscripts"/> package.</para>
209<indexterm zone="postgresql postgresql-init">
210<primary sortas="f-postgresql">postgresql</primary></indexterm>
211
212<screen><userinput><command>make install-postgresql</command></userinput></screen>
213</sect3>
214
215</sect2>
216
217<sect2>
218<title>Contents</title>
219
220<segmentedlist>
221<segtitle>Installed Programs</segtitle>
222<segtitle>Installed Libraries</segtitle>
223<segtitle>Installed Directories</segtitle>
224
225<seglistitem>
226<seg>clusterdb, createdb, createlang, createuser, dropdb, droplang, dropuser,
227ecpg, initdb, ipcclean, pg_config, pg_controldata, pg_ctl, pg_dump,
228pg_dumpall, pg_resetxlog, pg_restore, pltcl_delmod, pltcl_listmod,
229pltcl_loadmod, postgres, postmaster, psql, vacuumdb</seg>
230<seg>libecpg.[so,a], libecpg_compat.[so,a], libpgport.a, libpgtypes.[so,a],
231libpq.[so,a] and various charset modules.</seg>
232<seg>/srv/pgsql, /usr/include/libpq, /usr/include/postgresql,
233/usr/lib/postgresql, /usr/share/doc/postgresql and /usr/share/postgresql</seg>
234</seglistitem>
235</segmentedlist>
236
237<variablelist>
238<bridgehead renderas="sect3">Short Descriptions</bridgehead>
239<?dbfo list-presentation="list"?>
240
241<varlistentry id="clusterdb">
242<term><command>clusterdb</command></term>
243<listitem><para>is a utility for reclustering tables in a
244<application>Postgre<acronym>SQL</acronym></application> database.</para>
245<indexterm zone="postgresql clusterdb">
246<primary sortas="b-clusterdb">clusterdb</primary>
247</indexterm></listitem>
248</varlistentry>
249
250<varlistentry id="createdb">
251<term><command>createdb</command></term>
252<listitem><para> creates a new
253<application>Postgre<acronym>SQL</acronym></application> database.</para>
254<indexterm zone="postgresql createdb">
255<primary sortas="b-createdb">createdb</primary>
256</indexterm></listitem>
257</varlistentry>
258
259<varlistentry id="createlang">
260<term><command>createlang</command></term>
261<listitem><para>defines a new
262<application>Postgre<acronym>SQL</acronym></application> procedural
263language.</para>
264<indexterm zone="postgresql createlang">
265<primary sortas="b-createlang">createlang</primary>
266</indexterm></listitem>
267</varlistentry>
268
269<varlistentry id="createuser">
270<term><command>createuser</command></term>
271<listitem><para>defines a new
272<application>Postgre<acronym>SQL</acronym></application> user account.</para>
273<indexterm zone="postgresql createuser">
274<primary sortas="b-createuser">createuser</primary>
275</indexterm></listitem>
276</varlistentry>
277
278<varlistentry id="dropdb">
279<term><command>dropdb</command></term>
280<listitem><para>removes a
281<application>Postgre<acronym>SQL</acronym></application> database.</para>
282<indexterm zone="postgresql dropdb">
283<primary sortas="b-dropdb">dropdb</primary>
284</indexterm></listitem>
285</varlistentry>
286
287<varlistentry id="droplang">
288<term><command>droplang</command></term>
289<listitem><para>removes a
290<application>Postgre<acronym>SQL</acronym></application> procedural
291language.</para>
292<indexterm zone="postgresql droplang">
293<primary sortas="b-droplang">droplang</primary>
294</indexterm></listitem>
295</varlistentry>
296
297<varlistentry id="dropuser">
298<term><command>dropuser</command></term>
299<listitem><para>removes a
300<application>Postgre<acronym>SQL</acronym></application> user account.</para>
301<indexterm zone="postgresql dropuser">
302<primary sortas="b-dropuser">dropuser</primary>
303</indexterm></listitem>
304</varlistentry>
305
306<varlistentry id="ecpg">
307<term><command>ecpg</command></term>
308<listitem><para>is the embedded <acronym>SQL</acronym> preprocessor.</para>
309<indexterm zone="postgresql ecpg">
310<primary sortas="b-ecpg">ecpg</primary>
311</indexterm></listitem>
312</varlistentry>
313
314<varlistentry id="initdb">
315<term><command>initdb</command></term>
316<listitem><para>creates a new database cluster.</para>
317<indexterm zone="postgresql initdb">
318<primary sortas="b-initdb">initdb</primary>
319</indexterm></listitem>
320</varlistentry>
321
322<varlistentry id="ipcclean">
323<term><command>ipcclean</command></term>
324<listitem><para>removes shared memory and semaphores left over by an aborted
325database server.</para>
326<indexterm zone="postgresql ipcclean">
327<primary sortas="b-ipcclean">ipcclean</primary>
328</indexterm></listitem>
329</varlistentry>
330
331<varlistentry id="pg_config">
332<term><command>pg_config</command></term>
333<listitem><para>retrieves
334<application>Postgre<acronym>SQL</acronym></application> version
335information.</para>
336<indexterm zone="postgresql pg_config">
337<primary sortas="b-pg_config">pg_config</primary>
338</indexterm></listitem>
339</varlistentry>
340
341<varlistentry id="pg_controldata">
342<term><command>pg_controldata</command></term>
343<listitem><para>returns information initialized during
344<command>initdb</command>, such as the catalog version and server
345locale.</para>
346<indexterm zone="postgresql pg_controldata">
347<primary sortas="b-pg_controldata">pg_controldata</primary>
348</indexterm></listitem>
349</varlistentry>
350
351<varlistentry id="pg_ctl">
352<term><command>pg_ctl</command></term>
353<listitem><para>controls stopping and starting the database server.</para>
354<indexterm zone="postgresql pg_ctl">
355<primary sortas="b-pg_ctl">pg_ctl</primary>
356</indexterm></listitem>
357</varlistentry>
358
359<varlistentry id="pg_dump">
360<term><command>pg_dump</command></term>
361<listitem><para>dumps database data and metadata into scripts which are used
362to recreate the database.</para>
363<indexterm zone="postgresql pg_dump">
364<primary sortas="b-pg_dump">pg_dump</primary>
365</indexterm></listitem>
366</varlistentry>
367
368<varlistentry id="pg_dumpall">
369<term><command>pg_dumpall</command></term>
370<listitem><para>recursively calls <command>pg_dump</command> for each
371database in a cluster.</para>
372<indexterm zone="postgresql pg_dumpall">
373<primary sortas="b-pg_dumpall">pg_dumpall</primary>
374</indexterm></listitem>
375</varlistentry>
376
377<varlistentry id="pg_resetxlog">
378<term><command>pg_resetxlog</command></term>
379<listitem><para>clears the write-ahead log and optionally resets some
380fields in the <filename>pg_control</filename> file.</para>
381<indexterm zone="postgresql pg_resetxlog">
382<primary sortas="b-pg_resetxlog">pg_resetxlog</primary>
383</indexterm></listitem>
384</varlistentry>
385
386<varlistentry id="pg_restore">
387<term><command>pg_restore</command></term>
388<listitem><para>creates databases from dump files created by
389<command>pg_dump</command>.</para>
390<indexterm zone="postgresql pg_restore">
391<primary sortas="b-pg_restore">pg_restore</primary>
392</indexterm></listitem>
393</varlistentry>
394
395<varlistentry id="pltcl_delmod">
396<term><command>pltcl_delmod</command></term>
397<listitem><para>is a support script used to delete a module from a
398<acronym>PL</acronym>/<application>Tcl</application> table. The command
399requires the <application><ulink
400url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
401package to be installed also.</para>
402<indexterm zone="postgresql pltcl_delmod">
403<primary sortas="b-pltcl_delmod">pltcl_delmod</primary>
404</indexterm></listitem>
405</varlistentry>
406
407<varlistentry id="pltcl_listmod">
408<term><command>pltcl_listmod</command></term>
409<listitem><para>is a support script used to list the modules in a
410<acronym>PL</acronym>/<application>Tcl</application> table. The command
411requires the <application><ulink
412url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
413package to be installed also.</para>
414<indexterm zone="postgresql pltcl_listmod">
415<primary sortas="b-pltcl_listmod">pltcl_listmod</primary>
416</indexterm></listitem>
417</varlistentry>
418
419<varlistentry id="pltcl_loadmod">
420<term><command>pltcl_loadmod</command></term>
421<listitem><para>is a support script used to load a module into a
422<acronym>PL</acronym>/<application>Tcl</application> table. The command
423requires the <application><ulink
424url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink></application>
425package to be installed also.</para>
426<indexterm zone="postgresql pltcl_loadmod">
427<primary sortas="b-pltcl_loadmod">pltcl_loadmod</primary>
428</indexterm></listitem>
429</varlistentry>
430
431<varlistentry id="postgres">
432<term><command>postgres</command></term>
433<listitem><para>is a single user database server, generally used for
434debugging.</para>
435<indexterm zone="postgresql postgres">
436<primary sortas="b-postgres">postgres</primary>
437</indexterm></listitem>
438</varlistentry>
439
440<varlistentry id="postmaster">
441<term><command>postmaster</command></term>
442<listitem><para>is a multi-user database daemon.</para>
443<indexterm zone="postgresql postmaster">
444<primary sortas="b-postmaster">postmaster</primary>
445</indexterm></listitem>
446</varlistentry>
447
448<varlistentry id="psql">
449<term><command>psql</command></term>
450<listitem><para>is a console based database shell.</para>
451<indexterm zone="postgresql psql">
452<primary sortas="b-psql">psql</primary>
453</indexterm></listitem>
454</varlistentry>
455
456<varlistentry id="vacuumdb">
457<term><command>vacuumdb</command></term>
458<listitem><para>compacts databases and generates statistics for the query
459analyzer.</para>
460<indexterm zone="postgresql vacuumdb">
461<primary sortas="b-vacuumdb">vacuumdb</primary>
462</indexterm></listitem>
463</varlistentry>
464</variablelist>
465
466</sect2>
467
468</sect1>
Note: See TracBrowser for help on using the repository browser.