Changeset 4c24eb0a for server/databases


Ignore:
Timestamp:
02/19/2021 03:20:16 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

Location:
server/databases
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    r4a80a67 r4c24eb0a  
    291291        <listitem>
    292292          <para>
    293             prints the pathnames of log files that are no longer in use.
     293            prints the pathnames of log files that are no longer in use
    294294          </para>
    295295          <indexterm zone="db db_archive">
     
    303303        <listitem>
    304304          <para>
    305             is a daemon process used to monitor and checkpoint database logs.
     305            is a daemon process used to monitor and checkpoint database logs
    306306          </para>
    307307          <indexterm zone="db db_checkpoint">
     
    315315        <listitem>
    316316          <para>
    317             is used to abort lock requests when deadlocks are detected.
     317            is used to abort lock requests when deadlocks are detected
    318318          </para>
    319319          <indexterm zone="db db_deadlock">
     
    328328          <para>
    329329            converts database files to a flat file format readable by
    330             <command>db_load</command>.
     330            <command>db_load</command>
    331331          </para>
    332332          <indexterm zone="db db_dump">
     
    341341          <para>
    342342            creates "hot backup" or "hot failover" snapshots of Berkeley DB
    343             databases.
     343            databases
    344344          </para>
    345345          <indexterm zone="db db_hotbackup">
     
    354354          <para>
    355355            is used to create database files from flat files created with
    356             <command>db_dump</command>.
     356            <command>db_dump</command>
    357357          </para>
    358358          <indexterm zone="db db_load">
     
    366366        <listitem>
    367367          <para>
    368             verifies the log files of a database.
     368            verifies the log files of a database
    369369          </para>
    370370          <indexterm zone="db db_log_verify">
     
    378378        <listitem>
    379379          <para>
    380             converts database log files to human readable text.
     380            converts database log files to human readable text
    381381          </para>
    382382          <indexterm zone="db db_printlog">
     
    390390        <listitem>
    391391          <para>
    392             is used to restore a database to a consistent state after a failure.
     392            is used to restore a database to a consistent state after a failure
    393393          </para>
    394394          <indexterm zone="db db_recover">
     
    403403          <para>
    404404            is a daemon process that provides replication/HA services on a
    405             transactional environment.
     405            transactional environment
    406406          </para>
    407407          <indexterm zone="db db_replicate">
     
    415415        <listitem>
    416416          <para>
    417             displays database environment statistics.
     417            displays database environment statistics
    418418          </para>
    419419          <indexterm zone="db db_stat">
     
    428428          <para>
    429429            analyzes the data in a btree database, and suggests a page size that
    430             is likely to deliver optimal operation.
     430            is likely to deliver optimal operation
    431431          </para>
    432432          <indexterm zone="db db_tuner">
     
    441441          <para>
    442442            is used to upgrade database files to a newer version of
    443             <application>Berkeley DB</application>.
     443            <application>Berkeley DB</application>
    444444          </para>
    445445          <indexterm zone="db db_upgrade">
     
    453453        <listitem>
    454454          <para>
    455             is used to run consistency checks on database files.
     455            is used to run consistency checks on database files
    456456          </para>
    457457          <indexterm zone="db db_verify">
     
    462462    </variablelist>
    463463  </sect2>
     464
    464465</sect1>
  • server/databases/mariadb.xml

    r4a80a67 r4c24eb0a  
    474474          <para>
    475475            is used to check, repair, optimize, sort and get information
    476             about Aria tables.
     476            about Aria tables
    477477          </para>
    478478          <indexterm zone="mariadb aria_chk-mariadb">
     
    486486        <listitem>
    487487          <para>
    488             is a tool to dump content of Aria log pages.
     488            is a tool to dump content of Aria log pages
    489489          </para>
    490490          <indexterm zone="mariadb aria_dump_log-mariadb">
     
    498498        <listitem>
    499499          <para>
    500             displays full-text index information.
     500            displays full-text index information
    501501          </para>
    502502          <indexterm zone="mariadb aria_ftdump-mariadb">
     
    510510        <listitem>
    511511          <para>
    512             is a tool to generate compressed, read-only Aria tables.
     512            is a tool to generate compressed, read-only Aria tables
    513513          </para>
    514514          <indexterm zone="mariadb aria_pack-mariadb">
     
    522522        <listitem>
    523523          <para>
    524             displays Aria log file contents.
     524            displays Aria log file contents
    525525          </para>
    526526          <indexterm zone="mariadb aria_read_log-mariadb">
     
    534534        <listitem>
    535535          <para>
    536             copies an aria table to and from AWS S3.
     536            copies an aria table to and from AWS S3
    537537          </para>
    538538          <indexterm zone="mariadb aria_s3_copy-mariadb">
     
    546546         <listitem>
    547547           <para>
    548              bootstraps a new Galera cluster.
     548             bootstraps a new Galera cluster
    549549           </para>
    550550           <indexterm zone="mariadb galera_new_cluster-mariadb">
     
    558558        <listitem>
    559559          <para>
    560             recovers data from a Galera cluster.
     560            recovers data from a Galera cluster
    561561          </para>
    562562          <indexterm zone="mariadb galera_recovery-mariadb">
     
    570570        <listitem>
    571571          <para>
    572             prints checksums for InnoDB files.
     572            prints checksums for InnoDB files
    573573          </para>
    574574          <indexterm zone="mariadb innochecksum-mariadb">
     
    582582        <listitem>
    583583          <para>
    584             is an open source backup tool for InnoDB and XtraDB.
     584            is an open source backup tool for InnoDB and XtraDB
    585585          </para>
    586586          <indexterm zone="mariadb mariabackup-mariadb">
     
    594594        <listitem>
    595595          <para>
    596              is a simple SQL shell with input line editing capabilities.
     596             is a simple SQL shell with input line editing capabilities
    597597          </para>
    598598          <indexterm zone="mariadb mariadb-mariadb">
     
    606606        <listitem>
    607607          <para>
    608             is the MySQL server daemon.
     608            is the MySQL server daemon
    609609          </para>
    610610          <indexterm zone="mariadb mariadbd-mariadb">
     
    619619          <para>
    620620            checks the access privileges for a host name, user name, and
    621             database combination.
     621            database combination
    622622          </para>
    623623          <indexterm zone="mariadb mariadb-access-mariadb">
     
    631631        <listitem>
    632632          <para>
    633             is a client for performing administrative operations.
     633            is a client for performing administrative operations
    634634          </para>
    635635          <indexterm zone="mariadb mariadb-admin-mariadb">
     
    643643        <listitem>
    644644          <para>
    645             read binary log files.
     645            read binary log files
    646646          </para>
    647647          <indexterm zone="mariadb mariadb-binlog-mariadb">
     
    656656          <para>
    657657            performs table maintenance: It checks, repairs, optimizes,
    658             or analyzes tables.
     658            or analyzes tables
    659659          </para>
    660660          <indexterm zone="mariadb mariadb-check-mariadb">
     
    669669          <para>
    670670            is used for testing aspects of the MySQL client API that cannot be
    671             tested using mysqltest and its test language.
     671            tested using mysqltest and its test language
    672672          </para>
    673673          <indexterm zone="mariadb mariadb-client-test-mariadb">
     
    681681        <listitem>
    682682          <para>
    683             is a tool to test client API for embedded server.
     683            is a tool to test client API for embedded server
    684684          </para>
    685685          <indexterm zone="mariadb mariadb-client-test-embedded-mariadb">
     
    693693        <listitem>
    694694          <para>
    695             converts character sets for use with MariaDB.
     695            converts character sets for use with MariaDB
    696696          </para>
    697697          <indexterm zone="mariadb mariadb-conv-mariadb">
     
    706706          <para>
    707707            converts the tables in a database to use a particular storage
    708             engine.
     708            engine
    709709          </para>
    710710          <indexterm zone="mariadb mariadb-convert-table-format-mariadb">
     
    719719          <para>
    720720            is designed to manage several mysqld processes that listen for
    721             connections on different Unix socket files and TCP/IP ports.
     721            connections on different Unix socket files and TCP/IP ports
    722722          </para>
    723723          <indexterm zone="mariadb mariadbd-multi-mariadb">
     
    732732          <para>
    733733             is the recommended way to start a mysqld server on Unix
    734              and NetWare.
     734             and NetWare
    735735          </para>
    736736          <indexterm zone="mariadb mariadbd-safe-mariadb">
     
    744744        <listitem>
    745745          <para>
    746             is a backup program.
     746            is a backup program
    747747          </para>
    748748          <indexterm zone="mariadb mariadb-dump-mariadb">
     
    757757          <para>
    758758            parses MySQL slow query log files and prints a summary of their
    759             contents.
     759            contents
    760760          </para>
    761761          <indexterm zone="mariadb mariadb-dumpslow-mariadb">
     
    770770          <para>
    771771            is a MySQL client statically linked to
    772             libmariadbd.
     772            libmariadbd
    773773          </para>
    774774          <indexterm zone="mariadb mariadb-embedded-mariadb">
     
    784784            reads files containing SQL statements and extracts statements that
    785785            match a given regular expression or that contain USE db_name or
    786             SET statements.
     786            SET statements
    787787          </para>
    788788          <indexterm zone="mariadb mariadb-find-rows-mariadb">
     
    797797          <para>
    798798            converts the extensions for MyISAM (or ISAM) table files to
    799             their canonical forms.
     799            their canonical forms
    800800          </para>
    801801          <indexterm zone="mariadb mariadb-fix-extensions-mariadb">
     
    810810          <para>
    811811            locks the table, flush the table and then performs a copy of
    812             the database.
     812            the database
    813813          </para>
    814814          <indexterm zone="mariadb mariadb-hotcopy-mariadb">
     
    823823          <para>
    824824            reads a range of data formats, and inserts the data into a
    825             database.
     825            database
    826826          </para>
    827827          <indexterm zone="mariadb mariadb-import-mariadb">
     
    836836          <para>
    837837            initializes the MySQL data directory and creates the system
    838             tables that it contains, if they do not exist.
     838            tables that it contains, if they do not exist
    839839          </para>
    840840          <indexterm zone="mariadb mariadb-install-db-mariadb">
     
    848848        <listitem>
    849849          <para>
    850             is the RocksDB tool.
     850            is the RocksDB tool
    851851          </para>
    852852          <indexterm zone="mariadb mariadb-ldb-mariadb">
     
    861861          <para>
    862862            is a utility that enables MySQL administrators to manage which
    863             plugins a MySQL server loads.
     863            plugins a MySQL server loads
    864864          </para>
    865865          <indexterm zone="mariadb mariadb-plugin-mariadb">
     
    873873        <listitem>
    874874          <para>
    875             is a tool to improve MySQL installation security.
     875            is a tool to improve MySQL installation security
    876876          </para>
    877877          <indexterm zone="mariadb mariadb-secure-installation-mariadb">
     
    885885        <listitem>
    886886          <para>
    887             sets permissions in the MySQL grant tables.
     887            sets permissions in the MySQL grant tables
    888888          </para>
    889889          <indexterm zone="mariadb mariadb-setpermission-mariadb">
     
    897897        <listitem>
    898898          <para>
    899             shows the structure of a MariaDB database.
     899            shows the structure of a MariaDB database
    900900          </para>
    901901          <indexterm zone="mariadb mariadb-show-mariadb">
     
    910910          <para>
    911911            is a diagnostic program designed to emulate client load for a
    912             MySQL server and to report the timing of each stage.
     912            MySQL server and to report the timing of each stage
    913913          </para>
    914914          <indexterm zone="mariadb mariadb-slap-mariadb">
     
    923923          <para>
    924924            runs a test case against a MySQL server and optionally compares
    925             the output with a result file.
     925            the output with a result file
    926926          </para>
    927927          <indexterm zone="mariadb mariadb-test-mariadb">
     
    936936          <para>
    937937            is similar to the <command>mysqltest</command> command but is built
    938             with support for the libmysqld embedded server.
     938            with support for the libmysqld embedded server
    939939          </para>
    940940          <indexterm zone="mariadb mariadb-test-embedded-mariadb">
     
    948948        <listitem>
    949949          <para>
    950             loads the time zone tables in the mysql database.
     950            loads the time zone tables in the mysql database
    951951          </para>
    952952          <indexterm zone="mariadb mariadb-tzinfo-to-sql-mariadb">
     
    961961          <para>
    962962            examines all tables in all databases for incompatibilities with
    963             the current version of MySQL Server.
     963            the current version of MySQL Server
    964964          </para>
    965965          <indexterm zone="mariadb mariadb-upgrade-mariadb">
     
    973973        <listitem>
    974974          <para>
    975             signals a process to terminate and waits for the process to exit.
     975            signals a process to terminate and waits for the process to exit
    976976          </para>
    977977          <indexterm zone="mariadb mariadb-waitpid-mariadb">
     
    985985        <listitem>
    986986          <para>
    987             gets compiler flags for using the MariaDB Connector/C.
     987            gets compiler flags for using the MariaDB Connector/C
    988988          </para>
    989989          <indexterm zone="mariadb mariadb_config-mariadb">
     
    10091009        <listitem>
    10101010          <para>
    1011             is a tool to convert mSQL programs for use with MySQL.
     1011            is a tool to convert mSQL programs for use with MySQL
    10121012          </para>
    10131013          <indexterm zone="mariadb msql2mysql-mariadb">
     
    10211021        <listitem>
    10221022          <para>
    1023             displays the options from option groups of option files.
     1023            displays the options from option groups of option files
    10241024          </para>
    10251025          <indexterm zone="mariadb my_print_defaults-mariadb">
     
    10331033        <listitem>
    10341034          <para>
    1035             displays information about FULLTEXT indexes in MyISAM tables.
     1035            displays information about FULLTEXT indexes in MyISAM tables
    10361036          </para>
    10371037          <indexterm zone="mariadb myisam_ftdump-mariadb">
     
    10461046          <para>
    10471047            gets information about your database tables or checks, repairs,
    1048             or optimizes them.
     1048            or optimizes them
    10491049          </para>
    10501050          <indexterm zone="mariadb myisamchk-mariadb">
     
    10581058        <listitem>
    10591059          <para>
    1060             displays MyISAM log file contents.
     1060            displays MyISAM log file contents
    10611061          </para>
    10621062          <indexterm zone="mariadb myisamlog-mariadb">
     
    10701070        <listitem>
    10711071          <para>
    1072             is a tool for compressing MyISAM tables.
     1072            is a tool for compressing MyISAM tables
    10731073          </para>
    10741074          <indexterm zone="mariadb myisampack-mariadb">
     
    10831083          <para>
    10841084            provides you with useful information for compiling your MySQL
    1085             client and connecting it to MySQL.
     1085            client and connecting it to MySQL
    10861086          </para>
    10871087          <indexterm zone="mariadb mysql_config-mariadb">
     
    10961096          <para>
    10971097            is a console-based tool for monitoring the threads and overall
    1098             performance of a MySQL server.
     1098            performance of a MySQL server
    10991099          </para>
    11001100          <indexterm zone="mariadb mytop-mariadb">
     
    11091109          <para>
    11101110            is a utility that displays descriptions for system or storage
    1111             engine error codes.
     1111            engine error codes
    11121112          </para>
    11131113          <indexterm zone="mariadb perror-mariadb">
     
    11211121        <listitem>
    11221122          <para>
    1123             is a MariaDB/MySQL extension to the SQL standard.
     1123            is a MariaDB/MySQL extension to the SQL standard
    11241124          </para>
    11251125          <indexterm zone="mariadb replace-mariadb">
     
    11331133        <listitem>
    11341134          <para>
    1135             resolves a numeric stack dump to symbols.
     1135            resolves a numeric stack dump to symbols
    11361136          </para>
    11371137          <indexterm zone="mariadb resolve_stack_dump-mariadb">
     
    11461146          <para>
    11471147            is a utility for resolving IP addresses to host names and
    1148             vice versa.
     1148            vice versa
    11491149          </para>
    11501150          <indexterm zone="mariadb resolveip-mariadb">
     
    11581158        <listitem>
    11591159          <para>
    1160             dumps the content of sst files (the format used by RocksDB).
     1160            dumps the content of sst files (the format used by RocksDB)
    11611161          </para>
    11621162          <indexterm zone="mariadb sst_sump-mariadb">
  • server/databases/postgresql.xml

    r4a80a67 r4c24eb0a  
    389389          <para>
    390390            is a utility for reclustering tables in a
    391             <application>PostgreSQL</application> database.
     391            <application>PostgreSQL</application> database
    392392          </para>
    393393          <indexterm zone="postgresql clusterdb">
     
    402402          <para>
    403403            creates a new <application>PostgreSQL</application>
    404             database.
     404            database
    405405          </para>
    406406          <indexterm zone="postgresql createdb">
     
    415415          <para>
    416416            defines a new <application>PostgreSQL</application>
    417             user account.
     417            user account
    418418          </para>
    419419          <indexterm zone="postgresql createuser">
     
    427427        <listitem>
    428428          <para>
    429             removes a <application>PostgreSQL</application> database.
     429            removes a <application>PostgreSQL</application> database
    430430          </para>
    431431          <indexterm zone="postgresql dropdb">
     
    439439        <listitem>
    440440          <para>
    441             removes a <application>PostgreSQL</application> user account.
     441            removes a <application>PostgreSQL</application> user account
    442442          </para>
    443443          <indexterm zone="postgresql dropuser">
     
    451451        <listitem>
    452452          <para>
    453             is the embedded SQL preprocessor.
     453            is the embedded SQL preprocessor
    454454          </para>
    455455          <indexterm zone="postgresql ecpg">
     
    463463        <listitem>
    464464          <para>
    465             creates a new database cluster.
     465            creates a new database cluster
    466466          </para>
    467467          <indexterm zone="postgresql initdb">
     
    476476          <para>
    477477            resolves OIDs (Object IDs) and file nodes in a PostgreSQL data
    478             directory.
     478            directory
    479479          </para>
    480480          <indexterm zone="postgresql oid2name">
     
    488488        <listitem>
    489489          <para>
    490             cleans up PostgreSQL WAL (write-ahead log) archive files.
     490            cleans up PostgreSQL WAL (write-ahead log) archive files
    491491          </para>
    492492          <indexterm zone="postgresql pg_archivecleanup">
     
    501501          <para>
    502502            takes base backups of a running
    503             <application>PostgreSQL</application> cluster.
     503            <application>PostgreSQL</application> cluster
    504504          </para>
    505505          <indexterm zone="postgresql pg_basebackup">
     
    514514          <para>
    515515            enables, disables, or checks data checksums in a
    516             <application>PostgreSQL</application> database cluster.
     516            <application>PostgreSQL</application> database cluster
    517517          </para>
    518518          <indexterm zone="postgresql pg_checksums">
     
    527527          <para>
    528528            retrieves <application>PostgreSQL</application> version
    529             information.
     529            information
    530530          </para>
    531531          <indexterm zone="postgresql pg_config">
     
    540540          <para>
    541541            returns information initialized during <command>initdb</command>,
    542             such as the catalog version and server locale.
     542            such as the catalog version and server locale
    543543          </para>
    544544          <indexterm zone="postgresql pg_controldata">
     
    552552        <listitem>
    553553          <para>
    554             controls stopping and starting the database server.
     554            controls stopping and starting the database server
    555555          </para>
    556556          <indexterm zone="postgresql pg_ctl">
     
    565565          <para>
    566566            dumps database data and metadata into scripts which are used
    567             to recreate the database.
     567            to recreate the database
    568568          </para>
    569569          <indexterm zone="postgresql pg_dump">
     
    578578          <para>
    579579            recursively calls <command>pg_dump</command> for each
    580             database in a cluster.
     580            database in a cluster
    581581          </para>
    582582          <indexterm zone="postgresql pg_dumpall">
     
    590590        <listitem>
    591591          <para>
    592             checks the connection status of a PostgreSQL server.
     592            checks the connection status of a PostgreSQL server
    593593          </para>
    594594          <indexterm zone="postgresql pg_isready">
     
    602602        <listitem>
    603603          <para>
    604             is used to stream write-ahead logs from a PostgreSQL server.
     604            is used to stream write-ahead logs from a PostgreSQL server
    605605          </para>
    606606          <indexterm zone="postgresql pg_receivewal">
     
    614614        <listitem>
    615615          <para>
    616             controls PostgreSQL logical decoding streams.
     616            controls PostgreSQL logical decoding streams
    617617          </para>
    618618          <indexterm zone="postgresql pg_recvlogical">
     
    627627          <para>
    628628            resets the write-ahead log and other control information
    629             of a PostgreSQL database cluster.
     629            of a PostgreSQL database cluster
    630630          </para>
    631631          <indexterm zone="postgresql pg_resetwal">
     
    640640          <para>
    641641            creates databases from dump files created by
    642             <command>pg_dump</command>.
     642            <command>pg_dump</command>
    643643          </para>
    644644          <indexterm zone="postgresql pg_restore">
     
    653653          <para>
    654654            synchronizes a PostgreSQL data directory with another data
    655             directory that was forked from the first one.
     655            directory that was forked from the first one
    656656          </para>
    657657          <indexterm zone="postgresql pg_rewind">
     
    665665        <listitem>
    666666          <para>
    667             supports the creation of a PostgreSQL warm standby server.
     667            supports the creation of a PostgreSQL warm standby server
    668668          </para>
    669669          <indexterm zone="postgresql pg_standby">
     
    677677        <listitem>
    678678          <para>
    679             determines the fastest wal_sync method for PostgreSQL.
     679            determines the fastest wal_sync method for PostgreSQL
    680680          </para>
    681681          <indexterm zone="postgresql pg_test_fsync">
     
    689689        <listitem>
    690690          <para>
    691             measures timing overhead.
     691            measures timing overhead
    692692          </para>
    693693          <indexterm zone="postgresql pg_test_timing">
     
    701701        <listitem>
    702702          <para>
    703             upgrades a PostgreSQL server instance.
     703            upgrades a PostgreSQL server instance
    704704          </para>
    705705          <indexterm zone="postgresql pg_upgrade">
     
    713713        <listitem>
    714714          <para>
    715             verifies the integrity of a base backup of a PostgreSQL cluster.
     715            verifies the integrity of a base backup of a PostgreSQL cluster
    716716          </para>
    717717          <indexterm zone="postgresql pg_verifybackup">
     
    726726          <para>
    727727            displays a human-readable rendering of the write-ahead log of a
    728             PostgreSQL database cluster.
     728            PostgreSQL database cluster
    729729          </para>
    730730          <indexterm zone="postgresql pg_waldump">
     
    738738        <listitem>
    739739          <para>
    740             runs a benchmark test on PostgreSQL.
     740            runs a benchmark test on PostgreSQL
    741741          </para>
    742742          <indexterm zone="postgresql pgbench">
     
    752752            is a support script used to delete a module from a
    753753            PL/<application>Tcl</application> table. The command
    754             requires the <ulink
    755             url="http://flightaware.github.io/Pgtcl/">Pgtcl</ulink>
    756             package to be installed also.
     754            requires the
     755            <ulink url="http://flightaware.github.io/Pgtcl/">Pgtcl</ulink>
     756            package to be installed
    757757          </para>
    758758          <indexterm zone="postgresql pltcl_delmod">
     
    768768            is a support script used to list the modules in a
    769769            PL/<application>Tcl</application> table. The command
    770             requires the <ulink
    771             url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
    772             package to be installed also.
     770            requires the
     771            <ulink url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
     772            package to be installed
    773773          </para>
    774774          <indexterm zone="postgresql pltcl_listmod">
     
    784784            is a support script used to load a module into a
    785785            PL/<application>Tcl</application> table. The command
    786             requires the <ulink
    787             url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
    788             package to be installed also.
     786            requires the
     787            <ulink url="http://gborg.postgresql.org/project/pgtcl/">Pgtcl</ulink>
     788            package to be installed too
    789789          </para>
    790790          <indexterm zone="postgresql pltcl_loadmod">
     
    798798        <listitem>
    799799          <para>
    800             is the PostgreSQL database server.
     800            is the PostgreSQL database server
    801801          </para>
    802802          <indexterm zone="postgresql postgres">
     
    811811          <para>
    812812            (deprecated, a symlink to <command>postgres</command>) is a
    813             multi-user database daemon.
     813            multi-user database daemon
    814814          </para>
    815815          <indexterm zone="postgresql postmaster">
     
    823823        <listitem>
    824824          <para>
    825             is a console based database shell.
     825            is a console based database shell
    826826          </para>
    827827          <indexterm zone="postgresql psql">
     
    835835        <listitem>
    836836          <para>
    837             is a utility for rebuilding indexes in a database.
     837            is a utility for rebuilding indexes in a database
    838838          </para>
    839839          <indexterm zone="postgresql reindexdb">
     
    847847        <listitem>
    848848          <para>
    849             compacts databases and generates statistics for the query analyzer.
     849            compacts databases and generates statistics for the query analyzer
    850850          </para>
    851851          <indexterm zone="postgresql vacuumdb">
     
    859859        <listitem>
    860860          <para>
    861             removes orphaned large objects from a PostgreSQL database.
     861            removes orphaned large objects from a PostgreSQL database
    862862          </para>
    863863          <indexterm zone="postgresql vacuumlo">
     
    868868
    869869      <varlistentry id="libecpg">
    870         <term><filename class='libraryfile'>libecpg.{so,a}</filename></term>
    871         <listitem>
    872           <para>
    873             contains functions to support embedded SQL in C programs.
     870        <term><filename class="libraryfile">libecpg.{so,a}</filename></term>
     871        <listitem>
     872          <para>
     873            contains functions to support embedded SQL in C programs
    874874          </para>
    875875          <indexterm zone="postgresql libecpg">
     
    880880
    881881      <varlistentry id="libecpg_compat">
    882         <term><filename class='libraryfile'>libecpg_compat.{so,a}</filename></term>
    883         <listitem>
    884           <para>
    885             is the ecpg compatibility library.
     882        <term><filename class="libraryfile">libecpg_compat.{so,a}</filename></term>
     883        <listitem>
     884          <para>
     885            is the ecpg compatibility library
    886886          </para>
    887887          <indexterm zone="postgresql libecpg_compat">
     
    892892
    893893      <varlistentry id="libgport">
    894         <term><filename class='libraryfile'>libgport.a</filename></term>
    895         <listitem>
    896           <para>
    897             is the port-specific subsystem of the Postgres backend.
     894        <term><filename class="libraryfile">libgport.a</filename></term>
     895        <listitem>
     896          <para>
     897            is the port-specific subsystem of the Postgres backend
    898898          </para>
    899899          <indexterm zone="postgresql libgport">
     
    904904
    905905      <varlistentry id="libpgtypes">
    906         <term><filename class='libraryfile'>libpgtypes.{so,a}</filename></term>
    907         <listitem>
    908           <para>
    909             contains functions for dealing with Postgres data types.
     906        <term><filename class="libraryfile">libpgtypes.{so,a}</filename></term>
     907        <listitem>
     908          <para>
     909            contains functions for dealing with Postgres data types
    910910          </para>
    911911          <indexterm zone="postgresql libpgtypes">
     
    916916
    917917      <varlistentry id="libpq">
    918         <term><filename class='libraryfile'>libpq.{so,a}</filename></term>
    919         <listitem>
    920           <para>
    921             is the C programmer's API to Postgres.
     918        <term><filename class="libraryfile">libpq.{so,a}</filename></term>
     919        <listitem>
     920          <para>
     921            is the C programmer's API to Postgres
    922922          </para>
    923923          <indexterm zone="postgresql libpq">
  • server/databases/sqlite.xml

    r4a80a67 r4c24eb0a  
    227227            A terminal-based front-end to the <application>SQLite</application>
    228228            library that can evaluate queries interactively and display the
    229             results.
     229            results
    230230          </para>
    231231          <indexterm zone="sqlite sqlite3">
     
    239239        <listitem>
    240240          <para>
    241             contains the <application>SQLite</application> API functions.
     241            contains the <application>SQLite</application> API functions
    242242          </para>
    243243          <indexterm zone="sqlite libsqlite3">
Note: See TracChangeset for help on using the changeset viewer.