他のバージョンの文書 15 | 14 | 13 | 12 | 11 | 10 | 9.6 | 9.5 | 9.4 | 9.3 | 9.2 | 9.1 | 9.0 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2

付録 K. 頭字語

以下はPostgreSQLドキュメントと、PostgreSQLの論議で一般に使用される頭字語の一覧です。

ANSI

American National Standards Institute(米国規格協会)

API

Application Programming Interface(エイ・ピー・アイ)

ASCII

American Standard Code for Information Interchange(情報交換用米国標準コード)

BKI

Backend Interface(バックエンドインターフェイス)

CA

Certificate Authority(認証局)

CIDR

Classless Inter-Domain Routing(クラスレスドメイン間ルーティング)

CPAN

Comprehensive Perl Archive Network(シーパン)

CRL

Certificate Revocation List(証明書失効リスト)

CSV

Comma Separated Values(コンマ区切り)

CTE

Common Table Expression(共通テーブル式)

CVE

Common Vulnerabilities and Exposures(共通脆弱性識別子)

DBA

Database Administrator(データベース管理者)

DBI

Database Interface (Perl)([Perlの]データベースインターフェイス)

DBMS

Database Management System(データベース管理システム)

DDL

Data Definition Language(データ定義言語)CREATE TABLEALTER USERなどのSQLコマンド

DML

Data Manipulation Language(データ操作言語)INSERTUPDATEDELETEなどのSQLコマンド

DST

Daylight Saving Time(夏時間)

ECPG

Embedded C for PostgreSQL(PostgreSQL用の組み込みC)

ESQL

Embedded SQL(組み込みSQL)

FAQ

Frequently Asked Questions(よくある質問)

FSM

Free Space Map(空き領域マップ)

GEQO

Genetic Query Optimizer(遺伝的問い合わせオプティマイザ)

GIN

Generalized Inverted Index(汎用転置インデックス)

GiST

Generalized Search Tree(汎用検索ツリー)

Git

Git

GMT

Greenwich Mean Time(グリニッジ標準時)

GSSAPI

Generic Security Services Application Programming Interface

GUC

Grand Unified Configuration、 サーバ構成処理を行うPostgreSQLのサブシステム

HBA

Host-Based Authentication(ホストベース認証)

HOT

Heap-Only Tuples(ヒープ専用タプル)

IEC

International Electrotechnical Commission(国際電気標準会議)

IEEE

Institute of Electrical and Electronics Engineers(米国電気電子学会)

IPC

Inter-Process Communication(プロセス間通信)

ISO

International Organization for Standardization(国際標準化機構)

ISSN

International Standard Serial Number(国際標準逐次刊行物番号)

JDBC

Java Database Connectivity

LDAP

Lightweight Directory Access Protocol

MSVC

Microsoft Visual C

MVCC

Multi-Version Concurrency Control(多版型同時実行制御)

NLS

National Language Support

ODBC

Open Database Connectivity

OID

Object Identifier(オブジェクト識別子)

OLAP

Online Analytical Processing

OLTP

Online Transaction Processing(オンライントランザクション処理)

ORDBMS

Object-Relational Database Management System(オブジェクトリレーショナルデータベース管理システム)

PAM

Pluggable Authentication Modules(着脱可能認証モジュール)

PGSQL

PostgreSQL

PGXS

PostgreSQL Extension System(PostgreSQL拡張システム)

PID

Process Identifier(プロセス識別子)

PITR

Point-In-Time Recovery(ポイントインタイムリカバリ)(Continuous Archiving - 継続的アーカイブ)

PL

Procedural Languages(手続き言語) (サーバ側)

POSIX

Portable Operating System Interface

RDBMS

Relational Database Management System(リレーショナルデータベース管理システム)

RFC

Request For Comments

SGML

Standard Generalized Markup Language(標準汎用マークアップ言語)

SPI

Server Programming Interface

SP-GiST

Space-Partitioned Generalized Search Tree(空間分割汎用検索ツリー)

SQL

Structured Query Language(構造化問い合わせ言語)

SRF

Set-Returning Function

SSH

Secure Shell

SSL

Secure Sockets Layer

SSPI

Security Support Provider Interface

SYSV

Unix System V

TCP/IP

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

Coordinated Universal Time(協定世界時)

UTF

Unicode Transformation Format(ユニコード変換書式)

UTF8

Eight-Bit Unicode Transformation Format(8ビットユニコード変換書式)

UUID

Universally Unique Identifier(汎用一意識別子)

WAL

Write-Ahead Log(ログ先行書き込み)

XID

Transaction Identifier(トランザクション識別子)

XML

Extensible Markup Language(拡張可能マークアップ言語)