|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/acronyms.sgml,v 1.2 2007/11/01 17:16:36 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/acronyms.sgml,v 1.3 2007/11/01 20:27:33 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <appendix id="acronyms"> |
4 | 4 | <title>Acronyms</title> |
5 | 5 |
|
6 | 6 | <para> |
7 | | - This is a list of acronyms used in the documentation. |
| 7 | + This is a list of acronyms commonly used in the <productname>PostgreSQL</> |
| 8 | + documentation and in discussions about <productname>PostgreSQL</>. |
8 | 9 |
|
9 | 10 | <variablelist> |
10 | 11 |
|
|
147 | 148 | </listitem> |
148 | 149 | </varlistentry> |
149 | 150 |
|
150 | | - <varlistentry> |
151 | | - <term><acronym>DCL</acronym></term> |
152 | | - <listitem> |
153 | | - <para> |
154 | | - <ulink |
155 | | - url="http://en.wikipedia.org/wiki/Data_Control_Language">Data |
156 | | - Control Language</ulink>, e.g. <command>GRANT</>, |
157 | | - <command>REVOKE</> |
158 | | - </para> |
159 | | - </listitem> |
160 | | - </varlistentry> |
161 | | - |
162 | 151 | <varlistentry> |
163 | 152 | <term><acronym>DDL</acronym></term> |
164 | 153 | <listitem> |
165 | 154 | <para> |
166 | 155 | <ulink |
167 | 156 | url="http://en.wikipedia.org/wiki/Data_Definition_Language">Data |
168 | | - Definition Language</ulink>, e.g. <command>CREATE TABLE</>, |
169 | | - <command>ALTER USER</> |
| 157 | + Definition Language</ulink>, SQL commands such as <command>CREATE |
| 158 | + TABLE</>, <command>ALTER USER</> |
170 | 159 | </para> |
171 | 160 | </listitem> |
172 | 161 | </varlistentry> |
|
177 | 166 | <para> |
178 | 167 | <ulink |
179 | 168 | url="http://en.wikipedia.org/wiki/Data_Manipulation_Language">Data |
180 | | - Manipulation Language</ulink>, e.g INSERT, UPDATE, DELETE. |
| 169 | + Manipulation Language</ulink>, SQL commands such as <command>INSERT</>, |
| 170 | + <command>UPDATE</>, <command>DELETE</> |
181 | 171 | </para> |
182 | 172 | </listitem> |
183 | 173 | </varlistentry> |
|
282 | 272 | <term><acronym>GUC</acronym></term> |
283 | 273 | <listitem> |
284 | 274 | <para> |
285 | | - <link linkend="config-setting">Global User Configuration</link>, |
286 | | - e.g. <filename>postgresql.conf</> |
| 275 | + <link linkend="config-setting">Grand Unified Configuration</link>, |
| 276 | + the <productname>PostgreSQL</> subsystem that handles server configuration |
287 | 277 | </para> |
288 | 278 | </listitem> |
289 | 279 | </varlistentry> |
|
292 | 282 | <term><acronym>HBA</acronym></term> |
293 | 283 | <listitem> |
294 | 284 | <para> |
295 | | - <link linkend="auth-pg-hba-conf">Host-Based Authentication</link>, |
296 | | - e.g. <filename>pg_hba.conf</> |
| 285 | + <link linkend="auth-pg-hba-conf">Host-Based Authentication</link> |
297 | 286 | </para> |
298 | 287 | </listitem> |
299 | 288 | </varlistentry> |
|
325 | 314 | <listitem> |
326 | 315 | <para> |
327 | 316 | <ulink url="http://standards.ieee.org/">Institute of Electrical and |
328 | | - Electronics Engineers</ulink>, e.g. IEEE Standard for Binary |
329 | | - Floating-Point Arithmetic (IEEE 754) |
| 317 | + Electronics Engineers</ulink> |
330 | 318 | </para> |
331 | 319 | </listitem> |
332 | 320 | </varlistentry> |
|
347 | 335 | <listitem> |
348 | 336 | <para> |
349 | 337 | <ulink url="http://www.iso.org/iso/home.htm">International Standards |
350 | | - Organization</ulink>, e.g. ISO/IEC 9075 (SQL99 standard) |
| 338 | + Organization</ulink> |
351 | 339 | </para> |
352 | 340 | </listitem> |
353 | 341 | </varlistentry> |
|
508 | 496 | <listitem> |
509 | 497 | <para> |
510 | 498 | <link linkend="continuous-archiving">Point-In-Time |
511 | | - Recovery</link>, i.e. Continuous Archiving |
| 499 | + Recovery</link> (Continuous Archiving) |
512 | 500 | </para> |
513 | 501 | </listitem> |
514 | 502 | </varlistentry> |
|
586 | 574 | <term><acronym>SRF</acronym></term> |
587 | 575 | <listitem> |
588 | 576 | <para> |
589 | | - <link linkend="xfunc-c-return-set">Set-Returning Functions</link> |
| 577 | + <link linkend="xfunc-c-return-set">Set-Returning Function</link> |
590 | 578 | </para> |
591 | 579 | </listitem> |
592 | 580 | </varlistentry> |
|
0 commit comments