From 9423be4449138c5854b11409f0f03687849039ad Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 Nov 2007 20:27:33 +0000 Subject: [PATCH] Some corrections/improvements to new acronym list. --- doc/src/sgml/acronyms.sgml | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 1a5220e7c6..b8639b2641 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -1,10 +1,11 @@ - + Acronyms - This is a list of acronyms used in the documentation. + This is a list of acronyms commonly used in the PostgreSQL + documentation and in discussions about PostgreSQL. @@ -148,25 +149,13 @@ - DCL - - - Data - Control Language, e.g. GRANT, - REVOKE - - - - - DDL Data - Definition Language, e.g. CREATE TABLE, - ALTER USER + Definition Language, SQL commands such as CREATE + TABLE, ALTER USER @@ -177,7 +166,8 @@ Data - Manipulation Language, e.g INSERT, UPDATE, DELETE. + Manipulation Language, SQL commands such as INSERT, + UPDATE, DELETE @@ -282,8 +272,8 @@ GUC - Global User Configuration, - e.g. postgresql.conf + Grand Unified Configuration, + the PostgreSQL subsystem that handles server configuration @@ -292,8 +282,7 @@ HBA - Host-Based Authentication, - e.g. pg_hba.conf + Host-Based Authentication @@ -325,8 +314,7 @@ Institute of Electrical and - Electronics Engineers, e.g. IEEE Standard for Binary - Floating-Point Arithmetic (IEEE 754) + Electronics Engineers @@ -347,7 +335,7 @@ International Standards - Organization, e.g. ISO/IEC 9075 (SQL99 standard) + Organization @@ -508,7 +496,7 @@ Point-In-Time - Recovery, i.e. Continuous Archiving + Recovery (Continuous Archiving) @@ -586,7 +574,7 @@ SRF - Set-Returning Functions + Set-Returning Function -- 2.11.0