2004-06-13 07:57:50 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 07:57:50 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2005-04-13 00:06:13 +08:00
|
|
|
<chapter id="server-databases">
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="databases.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Databases</title>
|
|
|
|
|
2003-09-29 22:19:14 +08:00
|
|
|
<para>This chapter includes databases that range from single-user
|
|
|
|
read/write to industrial database servers with transaction support.
|
|
|
|
Generally, you will be sent here to satisfy dependencies to other
|
|
|
|
applications although building a <acronym>SQL</acronym> server on a base
|
|
|
|
<acronym>LFS</acronym> system is entirely possible.</para>
|
|
|
|
|
2004-06-13 07:57:50 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mysql.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postgresql.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|