Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.