Add acronym section to our documentation.
authorBruce Momjian
Thu, 1 Nov 2007 17:00:46 +0000 (17:00 +0000)
committerBruce Momjian
Thu, 1 Nov 2007 17:00:46 +0000 (17:00 +0000)
doc/src/sgml/acronyms.sgml [new file with mode: 0644]
doc/src/sgml/filelist.sgml
doc/src/sgml/postgres.sgml

diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
new file mode 100644 (file)
index 0000000..b310752
--- /dev/null
@@ -0,0 +1,753 @@
+
+
+
Acronyms
+
+  This is a list of acronymns used in the documentation.
+
+  
+
+   
+    ANSI
+    
+     
+      
+      American National Standards Institute
+     
+    
+   
+
+   
+    API
+    
+     
+      Application Programming Interface
+     
+    
+   
+
+   
+    ASCII
+    
+     
+      American Standard
+      Code for Information Interchange
+     
+    
+   
+
+   
+    BKI
+    
+     
+      Backend Interface
+     
+    
+   
+
+   
+    CA
+    
+     
+      Certificate Authority
+     
+    
+   
+
+   
+    CIDR
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless
+      Inter-Domain Routing
+     
+    
+   
+
+   
+    CPAN
+    
+     
+      Comprehensive Perl Archive Network
+     
+    
+   
+
+   
+    CRL
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Certificate_revocation_list">Certificate
+      Revocation List
+     
+    
+   
+
+   
+    CSV
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Comma-separated_values">Comma
+      Separated Values
+     
+    
+   
+
+   
+    CVE
+    
+     
+      Common Vulnerabilities and Exposures
+     
+    
+   
+
+   
+    CVS
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Concurrent_Versions_System">Concurrent
+      Versions System
+     
+    
+   
+
+   
+    DBA
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Database_administrator">Database
+      Administrator
+     
+    
+   
+
+   
+    DBI
+    
+     
+      Database Interface (Perl)
+     
+    
+   
+
+   
+    DBMS
+    
+     
+      Database Management
+      System
+     
+    
+   
+
+   
+    DCL
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Data_Control_Language">Data
+      Control Language, e.g. GRANT,
+      REVOKE
+     
+    
+   
+
+   
+    DDL
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Data_Definition_Language">Data
+      Definition Language, e.g. CREATE TABLE,
+      ALTER USER
+     
+    
+   
+
+   
+    DML
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Data_Manipulation_Language">Data
+      Manipulation Language, e.g INSERT, UPDATE, DELETE.
+     
+    
+   
+
+   
+    DST
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Daylight_saving_time">Daylight
+      Saving Time
+     
+    
+   
+
+   
+    ECPG
+    
+     
+      Embedded C for PostgreSQL
+     
+    
+   
+
+   
+    ESQL
+    
+     
+      Embedded
+      SQL
+     
+    
+   
+
+   
+    FAQ
+    
+     
+      Frequently Asked
+      Questions
+     
+    
+   
+
+   
+    FSM
+    
+     
+      Free Space Map
+     
+    
+   
+
+   
+    GEQO
+    
+     
+      Genetic Query Optimizer
+     
+    
+   
+
+   
+    GIN
+    
+     
+      Generalized Inverted Index
+     
+    
+   
+
+   
+    GiST
+    
+     
+      Generalized Search Tree
+     
+    
+   
+
+   
+    GMT
+    
+     
+      Greenwich Mean Time
+     
+    
+   
+
+   
+    GSSAPI
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface">Generic
+      Security Services Application Programming Interface
+     
+    
+   
+
+   
+    GUC
+    
+     
+      Global User Configuration,
+      e.g. postgresql.conf
+     
+    
+   
+
+   
+    HBA
+    
+     
+      Host-Based Authentication,
+      e.g. pg_hba.conf
+     
+    
+   
+
+   
+    HOT
+    
+     
+      
+      url="http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/README.HOT">Heap-Only
+      Tuples
+     
+    
+   
+
+   
+    IEC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/International_Electrotechnical_Commission">International
+      Electrotechnical Commission
+     
+    
+   
+
+   
+    IEEE
+    
+     
+      Institute of Electrical and
+      Electronics Engineers, e.g. IEEE Standard for Binary
+      Floating-Point Arithmetic (IEEE 754)
+     
+    
+   
+
+   
+    IPC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Inter-process_communication">Inter-Process
+      Communication
+     
+    
+   
+
+   
+    ISO
+    
+     
+      International Standards
+      Organization, e.g. ISO/IEC 9075 (SQL99 standard)
+     
+    
+   
+
+   
+    ISSN
+    
+     
+      International Standard
+      Serial Number
+     
+    
+   
+
+   
+    JDBC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Java_Database_Connectivity">Java
+      Database Connectivity
+     
+    
+   
+
+   
+    LDAP
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">Lightweight
+      Directory Access Protocol
+     
+    
+   
+
+   
+    MSVC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Visual_C++">Microsoft
+      Visual C
+     
+    
+   
+
+   
+    MVCC
+    
+     
+      Multi-Version Concurrency Control
+     
+    
+   
+
+   
+    NLS
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Internationalization_and_localization">National
+      Language Support
+     
+    
+   
+
+   
+    ODBC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Open_Database_Connectivity">Open
+      Database Connectivity
+     
+    
+   
+
+   
+    OID
+    
+     
+      Object Identifier
+     
+    
+   
+
+   
+    OLAP
+    
+     
+      Online Analytical
+      Processing
+     
+    
+   
+
+   
+    OLTP
+    
+     
+      Online Transaction
+      Processing
+     
+    
+   
+
+   
+    ORDBMS
+    
+     
+      Object-Relational
+      Database Management System
+     
+    
+   
+
+   
+    PAM
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Pluggable_Authentication_Modules">Pluggable
+      Authentication Modules
+     
+    
+   
+
+   
+    PGSQL
+    
+     
+      PostgreSQL
+     
+    
+   
+
+   
+    PGXS
+    
+     
+      PostgreSQL Extension System
+     
+    
+   
+
+   
+    PID
+    
+     
+      Process Identifier
+     
+    
+   
+
+   
+    PITR
+    
+     
+      Point-In-Time
+      Recovery, i.e. Continuous Archiving
+     
+    
+   
+
+   
+    PL
+    
+     
+      Programming Languages (server-side)
+     
+    
+   
+
+   
+    POSIX
+    
+     
+      Portable Operating
+      System Interface
+     
+    
+   
+
+   
+    RDBMS
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Relational_database_management_system">Relational
+      Database Management System
+     
+    
+   
+
+   
+    RFC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Request_for_Comments">Request For
+      Comments
+     
+    
+   
+
+   
+    SGML
+    
+     
+      Standard Generalized
+      Markup Language
+     
+    
+   
+
+   
+    SPI
+    
+     
+      Server Programming Interface
+     
+    
+   
+
+   
+    SQL
+    
+     
+      Structured Query Language
+     
+    
+   
+
+   
+    SRF
+    
+     
+      Set-Returning Functions
+     
+    
+   
+
+   
+    SSH
+    
+     
+      Secure
+      Shell
+     
+    
+   
+
+   
+    SSL
+    
+     
+      Secure Sockets Layer
+     
+    
+   
+
+   
+    SSPI
+    
+     
+      Security
+      Support Provider Interface
+     
+    
+   
+
+   
+    SYSV
+    
+     
+      Unix System V
+     
+    
+   
+
+   
+    TCP/IP
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Transmission_Control_Protocol">Transmission
+      Control Protocol (TCP) / Internet Protocol (IP)
+     
+    
+   
+
+   
+    TID
+    
+     
+      Tuple Identifier
+     
+    
+   
+
+   
+    TOAST
+    
+     
+      The Oversized-Attribute Storage Technique
+     
+    
+   
+
+   
+    TPC
+    
+     
+      Transaction Processing
+      Performance Council
+     
+    
+   
+
+   
+    URL
+    
+     
+      Uniform Resource
+      Locator
+     
+    
+   
+
+   
+    UTC
+    
+     
+      
+      url="http://en.wikipedia.org/wiki/Coordinated_Universal_Time">Coordinated
+      Universal Time
+     
+    
+   
+
+   
+    UTF
+    
+     
+      Unicode
+      Transformation Format
+     
+    
+   
+
+   
+    UTF8
+    
+     
+      Eight-Bit Unicode
+      Transformation Format
+     
+    
+   
+
+   
+    UUID
+    
+     
+      Universally Unique
+      Identifier
+     
+    
+   
+
+   
+    WAL
+    
+     
+      Write-Ahead Log
+     
+    
+   
+
+   
+    XID
+    
+     
+      Transaction Identifier
+     
+    
+   
+
+   
+    XML
+    
+     
+      Extensible Markup
+      Language
+     
+    
+   
+
+  
+
+
index 8de816db6be6fe78ee1b605371247fd3f182d4ec..5502bb42086929ddcf9daa9a10f424ad8be11a50 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 
@@ -98,6 +98,7 @@
 
 
 
+
 
 
 
index ecacb75bdffb5a341f418b959bba5dab87486b56..35fb92d57394bb72419b0aceea399991cb88f01d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 
   &cvs;
   &docguide;
   &external-projects;
+  &acronyms;