]> begriffs open source - ai-pg/blob - full-docs/txt/acronyms.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / acronyms.txt
1
2 Appendix L. Acronyms
3
4    This is a list of acronyms commonly used in the PostgreSQL
5    documentation and in discussions about PostgreSQL.
6
7    AIO
8           Asynchronous I/O
9
10    ACL
11           Access Control List
12
13    AM
14           Access Method
15
16    ANSI
17           American National Standards Institute
18
19    API
20           Application Programming Interface
21
22    ASCII
23           American Standard Code for Information Interchange
24
25    BKI
26           Backend Interface
27
28    CA
29           Certificate Authority
30
31    CIDR
32           Classless Inter-Domain Routing
33
34    CPAN
35           Comprehensive Perl Archive Network
36
37    CRL
38           Certificate Revocation List
39
40    CSV
41           Comma Separated Values
42
43    CTE
44           Common Table Expression
45
46    CVE
47           Common Vulnerabilities and Exposures
48
49    DBA
50           Database Administrator
51
52    DBI
53           Database Interface (Perl)
54
55    DBMS
56           Database Management System
57
58    DDL
59           Data Definition Language, SQL commands such as CREATE TABLE,
60           ALTER USER
61
62    DML
63           Data Manipulation Language, SQL commands such as INSERT, UPDATE,
64           DELETE
65
66    DST
67           Daylight Saving Time
68
69    ECPG
70           Embedded C for PostgreSQL
71
72    ESQL
73           Embedded SQL
74
75    FAQ
76           Frequently Asked Questions
77
78    FSM
79           Free Space Map
80
81    GEQO
82           Genetic Query Optimizer
83
84    GIN
85           Generalized Inverted Index
86
87    GiST
88           Generalized Search Tree
89
90    Git
91           Git
92
93    GMT
94           Greenwich Mean Time
95
96    GSSAPI
97           Generic Security Services Application Programming Interface
98
99    GUC
100           Grand Unified Configuration, the PostgreSQL subsystem that
101           handles server configuration
102
103    HBA
104           Host-Based Authentication
105
106    HOT
107           Heap-Only Tuples
108
109    IEC
110           International Electrotechnical Commission
111
112    IEEE
113           Institute of Electrical and Electronics Engineers
114
115    IPC
116           Inter-Process Communication
117
118    I/O
119           Input/Output
120
121    ISO
122           International Organization for Standardization
123
124    ISSN
125           International Standard Serial Number
126
127    JDBC
128           Java Database Connectivity
129
130    JIT
131           Just-in-Time compilation
132
133    JSON
134           JavaScript Object Notation
135
136    LDAP
137           Lightweight Directory Access Protocol
138
139    LSN
140           Log Sequence Number
141
142    MCF
143           Most Common Frequency, that is the frequency associated with
144           some Most Common Value
145
146    MCV
147           Most Common Value, one of the values appearing most often within
148           a particular table column
149
150    MITM
151           Man-in-the-middle attack
152
153    MSVC
154           Microsoft Visual C
155
156    MVCC
157           Multi-Version Concurrency Control
158
159    NLS
160           National Language Support
161
162    ODBC
163           Open Database Connectivity
164
165    OID
166           Object Identifier
167
168    OLAP
169           Online Analytical Processing
170
171    OLTP
172           Online Transaction Processing
173
174    ORDBMS
175           Object-Relational Database Management System
176
177    PAM
178           Pluggable Authentication Modules
179
180    PGSQL
181           PostgreSQL
182
183    PGXS
184           PostgreSQL Extension System
185
186    PID
187           Process Identifier
188
189    PITR
190           Point-In-Time Recovery (Continuous Archiving)
191
192    PL
193           Procedural Languages (server-side)
194
195    POSIX
196           Portable Operating System Interface
197
198    RDBMS
199           Relational Database Management System
200
201    RFC
202           Request For Comments
203
204    SGML
205           Standard Generalized Markup Language
206
207    SNI
208           Server Name Indication, RFC 6066
209
210    SPI
211           Server Programming Interface
212
213    SP-GiST
214           Space-Partitioned Generalized Search Tree
215
216    SQL
217           Structured Query Language
218
219    SRF
220           Set-Returning Function
221
222    SSH
223           Secure Shell
224
225    SSL
226           Secure Sockets Layer
227
228    SSPI
229           Security Support Provider Interface
230
231    SYSV
232           Unix System V
233
234    TCP/IP
235           Transmission Control Protocol (TCP) / Internet Protocol (IP)
236
237    TID
238           Tuple Identifier
239
240    TLS
241           Transport Layer Security
242
243    TOAST
244           The Oversized-Attribute Storage Technique
245
246    TPC
247           Transaction Processing Performance Council
248
249    URL
250           Uniform Resource Locator
251
252    UTC
253           Coordinated Universal Time
254
255    UTF
256           Unicode Transformation Format
257
258    UTF8
259           Eight-Bit Unicode Transformation Format
260
261    UUID
262           Universally Unique Identifier
263
264    WAL
265           Write-Ahead Log
266
267    XID
268           Transaction Identifier
269
270    XML
271           Extensible Markup Language