选择 打开 改范围 完整检索页

pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。

受支持版本: 当前版本 (18) / 17 / 16 / 15 / 14
测试与开发版本: 19 / devel
不受支持的版本: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.2 / 9.1 / 9.0
历史版本PostgreSQL 9.0 已于 2015 年 10 月结束社区维护,本页译文保留供仍在使用旧版本的读者参考。新系统请看当前版本

索引

符号

$,位置参数
$libdir,动态载入
$libdir/plugins,其他默认值描述
*,选择列表项
.pgpass,密码文件
.pg_service.conf,连接服务文件
::,类型转换
_PG_fini,动态载入
_PG_init,动态载入
主机名,数据库连接控制函数
事务隔离级别,事务隔离
交叉编译,安装过程
位图扫描,组合多个索引
共享库,Compiling and Linking Dynamically-Loaded Functions
函数,函数
命名参数,带参数名的 SQL 函数
调用中的类型解析,函数
输出参数,带输出参数的 SQL 函数
删除,删除数据
别名
查询中的表名,表之间的连接
区域设置,创建一个数据库集簇
历史,PostgreSQL简史
PostgreSQL 的,PostgreSQL简史
右连接,连接表
合取,逻辑操作符
否定,逻辑操作符
圆括号,值表达式
大小写敏感性
SQL 命令,标识符和关键词
字符串
串接,字符串函数和操作符二进制串函数和操作符
安装
在 Windows 上,在 Windows 上从源代码安装
密码,角色属性
左连接,连接表
引号
与标识符,标识符和关键词
转义,字符串常量
引导
期间启动服务器,启动数据库服务器
插入,插入数据
操作符,操作符
调用中的类型解析,操作符
操作符族,操作符类和操作符族操作符类和操作符族
操作符类,操作符类和操作符族索引方法和操作符类
数据库
创建权限,角色属性
数据类型,类型转换
分类,概述
转换,类型转换
更新,更新数据
析取,逻辑操作符
标识符
长度,标识符和关键词
登录权限,角色属性
磁盘使用情况,确定磁盘使用情况
磁盘驱动器,WAL 内部机制
空值
在 PL/Perl 中,PL/Perl 函数和参数
比较,比较操作符
窗口函数,窗口函数调用
invocation,窗口函数调用
端口,数据库连接控制函数
类型转换,数字常量
索引,索引多列索引索引和ORDER BY组合多个索引唯一索引表达式索引部分索引检查索引使用情况
B-树,索引类型
基于表达式,表达式索引
GIN,索引类型
GiST,索引类型
hash,索引类型
与 ORDER BY,索引和ORDER BY
唯一,唯一索引
多列,多列索引
检查使用情况,检查索引使用情况
组合多个索引,组合多个索引
部分,部分索引
规则,规则与触发器
与触发器比较,规则与触发器
角色
创建权限,角色属性
触发器,规则与触发器
与规则比较,规则与触发器
超级用户,角色属性
连接,表之间的连接
右,连接表
外连接,表之间的连接
左,连接表
自连接,表之间的连接
通知处理器,通知处理
通知接收器,通知处理
重载
操作符,User-Defined Operators
错误消息,连接状态函数
非阻塞连接,数据库连接控制函数

A

ABORT,ABORT
abs,数学函数和操作符
acos,数学函数和操作符
adminpack,adminpack
age,日期/时间函数和操作符
aggregate function,聚合函数聚合表达式聚合函数User-Defined Aggregates
built-in,聚合函数
invocation,聚合表达式
user-defined,User-Defined Aggregates
AIX,AIX
installation on,AIX
IPC configuration,共享内存和信号量
alias,表和列别名列标签
in the FROM clause,表和列别名
in the select list,列标签
ALL,子查询表达式行和数组比较
allow_system_table_mods configuration parameter,开发者选项
ALTER AGGREGATE,ALTER AGGREGATE
ALTER CONVERSION,ALTER CONVERSION
ALTER DATABASE,ALTER DATABASE
ALTER DEFAULT PRIVILEGES,ALTER DEFAULT PRIVILEGES
ALTER DOMAIN,ALTER DOMAIN
ALTER FOREIGN DATA WRAPPER,ALTER FOREIGN DATA WRAPPER
ALTER FUNCTION,ALTER FUNCTION
ALTER GROUP,ALTER GROUP
ALTER INDEX,ALTER INDEX
ALTER LANGUAGE,ALTER LANGUAGE
ALTER LARGE OBJECT,ALTER LARGE OBJECT
ALTER OPERATOR,ALTER OPERATOR
ALTER OPERATOR CLASS,ALTER OPERATOR CLASS
ALTER OPERATOR FAMILY,ALTER OPERATOR FAMILY
ALTER ROLE,角色属性ALTER ROLE
ALTER SCHEMA,ALTER SCHEMA
ALTER SEQUENCE,ALTER SEQUENCE
ALTER SERVER,ALTER SERVER
ALTER TABLE,ALTER TABLE
ALTER TABLESPACE,ALTER TABLESPACE
ALTER TEXT SEARCH CONFIGURATION,ALTER TEXT SEARCH CONFIGURATION
ALTER TEXT SEARCH DICTIONARY,ALTER TEXT SEARCH DICTIONARY
ALTER TEXT SEARCH PARSER,ALTER TEXT SEARCH PARSER
ALTER TEXT SEARCH TEMPLATE,ALTER TEXT SEARCH TEMPLATE
ALTER TRIGGER,ALTER TRIGGER
ALTER TYPE,ALTER TYPE
ALTER USER,ALTER USER
ALTER USER MAPPING,ALTER USER MAPPING
ALTER VIEW,ALTER VIEW
ANALYZE,更新规划器统计信息ANALYZE
AND(操作符),逻辑操作符
anonymous code blocks,DO
any,伪类型
ANY,聚合函数子查询表达式行和数组比较
anyarray,伪类型
anyelement,伪类型
anyenum,伪类型
anynonarray,伪类型
applicable role,applicable_roles
application_name configuration parameter,记录哪些内容
arbitrary precision numbers,任意精度数值
archive_cleanup_command recovery parameter,归档恢复设置
archive_command configuration parameter,归档
archive_mode configuration parameter,归档
archive_timeout configuration parameter,归档
area,几何函数和操作符
array,数组
accessing,访问数组
constant,数组值输入
constructor,数组构造器
declaration,数组类型的声明
I/O,数组输入和输出语法
modifying,修改数组
of user-defined type,User-Defined Types
searching,在数组中搜索
ARRAY,数组构造器UNION、CASE及相关结构
结果类型的确定,UNION、CASE及相关结构
array_agg,聚合函数
array_append,数组函数和操作符
array_cat,数组函数和操作符
array_dims,数组函数和操作符
array_fill,数组函数和操作符
array_length,数组函数和操作符
array_lower,数组函数和操作符
array_ndims,数组函数和操作符
array_nulls configuration parameter,以前的 PostgreSQL 版本
array_prepend,数组函数和操作符
array_to_string,数组函数和操作符
array_upper,数组函数和操作符
ascii,字符串函数和操作符
asin,数学函数和操作符
asynchronous commit,异步提交
AT TIME ZONE,AT TIME ZONE
atan,数学函数和操作符
atan2,数学函数和操作符
authentication_timeout configuration parameter,安全和认证
auto-increment (见 serial)
autocommit
bulk-loading data,禁用自动提交
psql,变量
autovacuum
configuration parameters,自动清理
general information,自动清理守护进程
autovacuum configuration parameter,自动清理
autovacuum_analyze_scale_factor configuration parameter,自动清理
autovacuum_analyze_threshold configuration parameter,自动清理
autovacuum_freeze_max_age configuration parameter,自动清理
autovacuum_max_workers configuration parameter,自动清理
autovacuum_naptime configuration parameter,自动清理
autovacuum_vacuum_cost_delay configuration parameter,自动清理
autovacuum_vacuum_cost_limit configuration parameter,自动清理
autovacuum_vacuum_scale_factor configuration parameter,自动清理
autovacuum_vacuum_threshold configuration parameter,自动清理
auto_explain,auto_explain
auto_explain.log_analyze configuration parameter,配置参数
auto_explain.log_buffers configuration parameter,配置参数
auto_explain.log_format configuration parameter,配置参数
auto_explain.log_min_duration configuration parameter,配置参数
auto_explain.log_nested_statements configuration parameter,配置参数
auto_explain.log_verbose configuration parameter,配置参数
average,聚合函数聚合函数

B

B-树 (见 索引)
backslash escapes,C风格转义的字符串常量
backslash_quote configuration parameter,以前的 PostgreSQL 版本
backup,系统管理函数备份和恢复
base type,PostgreSQL类型系统
BEGIN,BEGIN
BETWEEN,比较操作符
BETWEEN SYMMETRIC,比较操作符
bgwriter_delay configuration parameter,后台写入器
bgwriter_lru_maxpages configuration parameter,后台写入器
bgwriter_lru_multiplier configuration parameter,后台写入器
bigint,数字常量整数类型
bigserial,serial 类型
binary data,二进制数据类型二进制串函数和操作符
functions,二进制串函数和操作符
binary string
length,二进制串函数和操作符
bison,需求
bit string,位串常量位串类型
constant,位串常量
data type,位串类型
bit strings,位串函数和操作符
functions,位串函数和操作符
bitmap scan,规划器方法配置
bit_and,聚合函数
bit_length,字符串函数和操作符
bit_or,聚合函数
BLOB (见 large object)
block_size configuration parameter,预置选项
bonjour configuration parameter,连接设置
bonjour_name configuration parameter,连接设置
Boolean,布尔类型
data type,布尔类型
operators (见 operators, logical)
bool_and,聚合函数
bool_or,聚合函数
box (data type),方框
BSD/OS
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
btree_gin,btree_gin
btree_gist,btree_gist
btrim,字符串函数和操作符
bytea,二进制数据类型
bytea_output configuration parameter,语句行为

C

C,libpq - C 库ECPG - C 中的嵌入式 SQL
C++,在扩展中使用 C++
canceling,取消进行中的查询
SQL command,取消进行中的查询
CASCADE,依赖跟踪
with DROP,依赖跟踪
foreign key action,外键
CASE,条件表达式UNION、CASE及相关结构
结果类型的确定,UNION、CASE及相关结构
cast,CREATE CAST
I/O conversion,CREATE CAST
cbrt,数学函数和操作符
ceiling,数学函数和操作符
center,几何函数和操作符
Certificate,Certificate authentication
char,字符类型
character,字符类型
character set,区域设置和格式化预置选项Character Set Support
character string,字符串常量字符类型
constant,字符串常量
data types,字符类型
length,字符串函数和操作符
character varying,字符类型
char_length,字符串函数和操作符
check constraint,检查约束
checkpoint,WAL 配置
CHECKPOINT,CHECKPOINT
checkpoint_completion_target configuration parameter,检查点
checkpoint_segments configuration parameter,检查点
checkpoint_timeout configuration parameter,检查点
checkpoint_warning configuration parameter,检查点
check_function_bodies configuration parameter,语句行为
chkpass,chkpass
chr,字符串函数和操作符
cid,对象标识符类型
cidr,cidr
circle,
citext,citext — 大小写不敏感的字符串类型
client authentication,客户端认证
timeout during,安全和认证
client_encoding configuration parameter,区域设置和格式化
client_min_messages configuration parameter,什么时候记录日志
clock_timestamp,日期/时间函数和操作符
CLOSE,CLOSE
cluster
of databases (见 database cluster)
CLUSTER,CLUSTER
clusterdb,clusterdb
clustering,高可用、负载均衡和复制
cmax,系统列
cmin,系统列
COALESCE,COALESCE
column,概念表基础
adding,增加列
removing,移除列
renaming,重命名列
system column,系统列
column data type
changing,修改列的数据类型
column reference,列引用
col_description,系统信息函数
comment,注释
about database objects,系统信息函数
in SQL,注释
COMMENT,COMMENT
COMMIT,COMMIT
COMMIT PREPARED,COMMIT PREPARED
commit_delay configuration parameter,设置
commit_siblings configuration parameter,设置
common table expression (见 WITH)
comparison,比较操作符子查询表达式
operators,比较操作符
row-wise,行和数组比较
subquery result row,子查询表达式
compiling,构建libpq程序
libpq applications,构建libpq程序
composite type,复合类型PostgreSQL类型系统
constant,Composite Value Input
constructor,行构造器
computed field,组合类型上的 SQL 函数
concurrency,并发控制
conditional expression,条件表达式
configuration
of recovery
of a standby server,恢复配置
of the server,服务器配置
of the server
functions,系统管理函数
configure,安装过程
config_file configuration parameter,文件位置
connection service file,连接服务文件
constant,常量
constraint,约束
adding,增加约束
check,检查约束
exclusion,排他约束
foreign key,外键
name,检查约束
NOT NULL,非空约束
primary key,主键
removing,移除约束
unique,唯一约束
constraint exclusion,分区和约束排除其他规划器选项
constraint_exclusion configuration parameter,其他规划器选项
CONTINUE
in PL/pgSQL,CONTINUE
continuous archiving,备份和恢复
convert,字符串函数和操作符
convert_from,字符串函数和操作符
convert_to,字符串函数和操作符
COPY,向表中填充行与COPY命令相关的函数COPY
with libpq,与COPY命令相关的函数
correlation,聚合函数
cos,数学函数和操作符
cot,数学函数和操作符
count,聚合函数
covariance
population,聚合函数
sample,聚合函数
cpu_index_tuple_cost configuration parameter,规划器代价常量
cpu_operator_cost configuration parameter,规划器代价常量
cpu_tuple_cost configuration parameter,规划器代价常量
CREATE AGGREGATE,CREATE AGGREGATE
CREATE CAST,CREATE CAST
CREATE CONSTRAINT TRIGGER,CREATE CONSTRAINT TRIGGER
CREATE CONVERSION,CREATE CONVERSION
CREATE DATABASE,创建数据库CREATE DATABASE
CREATE DOMAIN,CREATE DOMAIN
CREATE FOREIGN DATA WRAPPER,CREATE FOREIGN DATA WRAPPER
CREATE FUNCTION,CREATE FUNCTION
CREATE GROUP,CREATE GROUP
CREATE INDEX,CREATE INDEX
CREATE LANGUAGE,CREATE LANGUAGE
CREATE OPERATOR,CREATE OPERATOR
CREATE OPERATOR CLASS,CREATE OPERATOR CLASS
CREATE OPERATOR FAMILY,CREATE OPERATOR FAMILY
CREATE ROLE,数据库角色CREATE ROLE
CREATE RULE,CREATE RULE
CREATE SCHEMA,CREATE SCHEMA
CREATE SEQUENCE,CREATE SEQUENCE
CREATE SERVER,CREATE SERVER
CREATE TABLE,创建一个新表CREATE TABLE
CREATE TABLE AS,CREATE TABLE AS
CREATE TABLESPACE,表空间CREATE TABLESPACE
CREATE TEXT SEARCH CONFIGURATION,CREATE TEXT SEARCH CONFIGURATION
CREATE TEXT SEARCH DICTIONARY,CREATE TEXT SEARCH DICTIONARY
CREATE TEXT SEARCH PARSER,CREATE TEXT SEARCH PARSER
CREATE TEXT SEARCH TEMPLATE,CREATE TEXT SEARCH TEMPLATE
CREATE TRIGGER,CREATE TRIGGER
CREATE TYPE,CREATE TYPE
CREATE USER,CREATE USER
CREATE USER MAPPING,CREATE USER MAPPING
CREATE VIEW,CREATE VIEW
createdb,创建数据库创建数据库createdb
createlang,createlang
createuser,数据库角色createuser
cross join,连接表
cstring,伪类型
ctid,系统列
CTID,非 SELECT 语句中的视图规则
cube,cube — 多维立方体数据类型
cume_dist,窗口函数
current_catalog,系统信息函数
current_database,系统信息函数
current_date,日期/时间函数和操作符
current_schema,系统信息函数
current_time,日期/时间函数和操作符
current_timestamp,日期/时间函数和操作符
current_user,系统信息函数
currval,序列操作函数
cursor,游标CLOSEDECLAREEXPLAINFETCHMOVE
CLOSE,CLOSE
DECLARE,DECLARE
FETCH,FETCH
in PL/pgSQL,游标
MOVE,MOVE
showing the query plan,EXPLAIN
cursor_tuple_fraction configuration parameter,其他规划器选项
custom_variable_classes configuration parameter,自定义选项
Cygwin,Cygwin
installation on,Cygwin

D

data area (见 database cluster)
data partitioning,高可用、负载均衡和复制
data type,数据类型数字类型枚举类型PostgreSQL类型系统PostgreSQL类型系统C 语言函数中的基础类型User-Defined Types
base,PostgreSQL类型系统
composite,PostgreSQL类型系统
constant,其他类型的常量
enumerated (enum),枚举类型
internal organization,C 语言函数中的基础类型
numeric,数字类型
type cast,类型转换
user-defined,User-Defined Types
database,创建数据库管理数据库
creating,创建数据库
database activity,监控数据库活动
monitoring,监控数据库活动
database cluster,概念创建一个数据库集簇
data_directory configuration parameter,文件位置
date,日期/时间类型日期
constants,特殊值
current,当前日期/时间
output format,日期/时间输出
(参见 formatting)
DateStyle configuration parameter,区域设置和格式化
date_part,日期/时间函数和操作符EXTRACT, date_part
date_trunc,日期/时间函数和操作符date_trunc
dblink,dblink
db_user_namespace configuration parameter,安全和认证
deadlock,死锁
timeout during,锁管理
deadlock_timeout configuration parameter,锁管理
DEALLOCATE,DEALLOCATE
debug_assertions configuration parameter,开发者选项
debug_deadlocks configuration parameter,开发者选项
debug_pretty_print configuration parameter,记录哪些内容
debug_print_parse configuration parameter,记录哪些内容
debug_print_plan configuration parameter,记录哪些内容
debug_print_rewritten configuration parameter,记录哪些内容
decimal (见 numeric)
DECLARE,DECLARE
decode,字符串函数和操作符
decode_bytea
in PL/Perl,Utility functions in PL/Perl
default value,默认值
changing,更改列的默认值
default_statistics_target configuration parameter,其他规划器选项
default_tablespace configuration parameter,语句行为
default_text_search_config configuration parameter,区域设置和格式化
default_transaction_isolation configuration parameter,语句行为
default_transaction_read_only configuration parameter,语句行为
default_with_oids configuration parameter,以前的 PostgreSQL 版本
degrees,数学函数和操作符
delay,延时执行
DELETE,删除删除数据DELETE
dense_rank,窗口函数
diameter,几何函数和操作符
dict_int,dict_int — 用于整数的示例全文搜索词典
dict_xsyn,dict_xsyn — 示例同义词全文检索词典
Digital UNIX (见 Tru64 UNIX)
dirty read,事务隔离
DISCARD,DISCARD
disk space,回收磁盘空间
DISTINCT,查询表DISTINCT
div,数学函数和操作符
DO,DO
document,什么是文档?
text search,什么是文档?
dollar quoting,美元引用的字符串常量
double precision,浮点类型
DROP AGGREGATE,DROP AGGREGATE
DROP CAST,DROP CAST
DROP CONVERSION,DROP CONVERSION
DROP DATABASE,删除数据库DROP DATABASE
DROP DOMAIN,DROP DOMAIN
DROP FOREIGN DATA WRAPPER,DROP FOREIGN DATA WRAPPER
DROP FUNCTION,DROP FUNCTION
DROP GROUP,DROP GROUP
DROP INDEX,DROP INDEX
DROP LANGUAGE,DROP LANGUAGE
DROP OPERATOR,DROP OPERATOR
DROP OPERATOR CLASS,DROP OPERATOR CLASS
DROP OPERATOR FAMILY,DROP OPERATOR FAMILY
DROP OWNED,DROP OWNED
DROP ROLE,数据库角色DROP ROLE
DROP RULE,DROP RULE
DROP SCHEMA,DROP SCHEMA
DROP SEQUENCE,DROP SEQUENCE
DROP SERVER,DROP SERVER
DROP TABLE,创建一个新表DROP TABLE
DROP TABLESPACE,DROP TABLESPACE
DROP TEXT SEARCH CONFIGURATION,DROP TEXT SEARCH CONFIGURATION
DROP TEXT SEARCH DICTIONARY,DROP TEXT SEARCH DICTIONARY
DROP TEXT SEARCH PARSER,DROP TEXT SEARCH PARSER
DROP TEXT SEARCH TEMPLATE,DROP TEXT SEARCH TEMPLATE
DROP TRIGGER,DROP TRIGGER
DROP TYPE,DROP TYPE
DROP USER,DROP USER
DROP USER MAPPING,DROP USER MAPPING
DROP VIEW,DROP VIEW
dropdb,删除数据库dropdb
droplang,droplang
dropuser,数据库角色dropuser
DTD,创建XML值
DTrace,安装过程动态追踪
duplicate,查询表
duplicates,DISTINCT
dynamic loading,其他默认值动态载入
dynamic_library_path,动态载入
dynamic_library_path configuration parameter,其他默认值

E

earthdistance,earthdistance — 计算大圆距离
ECPG,ECPG - C 中的嵌入式 SQL
ecpg,ecpg
effective_cache_size configuration parameter,规划器代价常量
effective_io_concurrency configuration parameter,异步行为
elog,在服务器内部报告错误
in PL/Perl,Utility functions in PL/Perl
in PL/Tcl,从 PL/Tcl 访问数据库
在 PL/Python 中,Utility Functions
embedded SQL,ECPG - C 中的嵌入式 SQL
in C,ECPG - C 中的嵌入式 SQL
enabled role,enabled_roles
enable_bitmapscan configuration parameter,规划器方法配置
enable_hashagg configuration parameter,规划器方法配置
enable_hashjoin configuration parameter,规划器方法配置
enable_indexscan configuration parameter,规划器方法配置
enable_material configuration parameter,规划器方法配置
enable_mergejoin configuration parameter,规划器方法配置
enable_nestloop configuration parameter,规划器方法配置
enable_seqscan configuration parameter,规划器方法配置
enable_sort configuration parameter,规划器方法配置
enable_tidscan configuration parameter,规划器方法配置
encode,字符串函数和操作符
encode_array_constructor
in PL/Perl,Utility functions in PL/Perl
encode_array_literal
in PL/Perl,Utility functions in PL/Perl
encode_bytea
in PL/Perl,Utility functions in PL/Perl
encryption,加密选项pgcrypto
for specific columns,pgcrypto
END,END
enumerated types,枚举类型
environment variable,环境变量
ereport,在服务器内部报告错误
error codes,PostgreSQL Error Codes
libpq,主要函数
list of,PostgreSQL Error Codes
escape string syntax,C风格转义的字符串常量
escape_string_warning configuration parameter,以前的 PostgreSQL 版本
escaping strings,用于在 SQL 命令中嵌入字符串的转义
in libpq,用于在 SQL 命令中嵌入字符串的转义
every,聚合函数
EXCEPT,组合查询
exceptions
in PL/PgSQL,捕获错误
exclusion constraint,排他约束
EXECUTE,EXECUTE
EXISTS,子查询表达式
EXIT
in PL/pgSQL,EXIT
exp,数学函数和操作符
EXPLAIN,Using EXPLAINEXPLAIN
expression,值表达式
order of evaluation,表达式计算规则
syntax,值表达式
extending SQL,Extending SQL
extensions,扩展
external_pid_file configuration parameter,文件位置
extract,日期/时间函数和操作符EXTRACT, date_part
extra_float_digits configuration parameter,区域设置和格式化

F

failover,高可用、负载均衡和复制
false,布尔类型
fast path,快速路径接口
FETCH,FETCH
field
computed,组合类型上的 SQL 函数
field selection,字段选择
file system mount points,二级文件系统的使用
first_value,窗口函数
flex,需求
float4 (见 real)
float8 (见 double precision)
floating point,浮点类型
floating-point
display,区域设置和格式化
floor,数学函数和操作符
foreign key,外键外键
formatting,数据类型格式化函数
format_type,系统信息函数
Free Space Map,空闲空间映射
FreeBSD
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
启动脚本,启动数据库服务器
from_collapse_limit configuration parameter,其他规划器选项
FSM (见 Free Space Map)
fsync configuration parameter,设置
full text search,文本搜索类型文本搜索类型全文搜索
data types,文本搜索类型
functions and operators,文本搜索类型
full_page_writes configuration parameter,设置
function,表函数函数和操作符多态类型User-Defined FunctionsQuery Language (SQL) Functions内部函数C 语言函数
default values for arguments,SQL Functions with Default Values for Arguments
in the FROM clause,表函数
internal,内部函数
invocation,函数调用
mixed notation,使用混合记法
named notation,使用命名记法
polymorphic,多态类型
positional notation,使用位置记法
RETURNS TABLE,SQL Functions Returning TABLE
user-defined,User-Defined FunctionsQuery Language (SQL) FunctionsC 语言函数
in C,C 语言函数
in SQL,Query Language (SQL) Functions
variadic,SQL Functions with Variable Numbers of Arguments
with SETOF,SQL Functions Returning Sets
fuzzystrmatch,fuzzystrmatch — 确定字符串的相似性和距离

G

generate_series,集合返回函数
generate_subscripts,集合返回函数
genetic query optimization,遗传查询优化器
GEQO (见 genetic query optimization)
geqo configuration parameter,遗传查询优化器
geqo_effort configuration parameter,遗传查询优化器
geqo_generations configuration parameter,遗传查询优化器
geqo_pool_size configuration parameter,遗传查询优化器
geqo_seed configuration parameter,遗传查询优化器
geqo_selection_bias configuration parameter,遗传查询优化器
geqo_threshold configuration parameter,遗传查询优化器
get_bit,二进制串函数和操作符
get_byte,二进制串函数和操作符
GIN (见 索引)
gin_fuzzy_search_limit configuration parameter,其他默认值
GiST (见 索引)
global data,PL/Tcl 中的全局数据
in PL/Python,Sharing Data
in PL/Tcl,PL/Tcl 中的全局数据
GRANT,权限GRANT
GREATEST,GREATEST和LEASTUNION、CASE及相关结构
结果类型的确定,UNION、CASE及相关结构
GROUP BY,聚合函数The GROUP BY and HAVING Clauses
grouping,The GROUP BY and HAVING Clauses
GSSAPI,GSSAPI 认证
GUID,UUID Type

H

hash (见 索引)
has_any_column_privilege,系统信息函数
has_column_privilege,系统信息函数
has_database_privilege,系统信息函数
has_foreign_data_wrapper_privilege,系统信息函数
has_function_privilege,系统信息函数
has_language_privilege,系统信息函数
has_schema_privilege,系统信息函数
has_sequence_privilege,系统信息函数
has_server_privilege,系统信息函数
has_tablespace_privilege,系统信息函数
has_table_privilege,系统信息函数
HAVING,聚合函数The GROUP BY and HAVING Clauses
hba_file configuration parameter,文件位置
height,几何函数和操作符
hierarchical database,概念
high availability,高可用、负载均衡和复制
Hot Standby,高可用、负载均衡和复制
hot_standby configuration parameter,备库
HP-UX,HP-UX
installation on,HP-UX
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
hstore,hstore

I

ident,基于 ident 的认证
identifier,标识符和关键词
syntax of,标识符和关键词
ident_file configuration parameter,文件位置
IFNULL,COALESCE
ignore_system_indexes configuration parameter,开发者选项
IMMUTABLE,函数易变性分类
IN,子查询表达式行和数组比较
include
配置文件中的,设置参数
index,GiST 和 GIN 索引类型GiST 和 GIN 索引类型锁定和索引索引扩展接口并发构建索引
building concurrently,并发构建索引
for user-defined data type,索引扩展接口
GIN,GiST 和 GIN 索引类型GIN 索引
text search,GiST 和 GIN 索引类型
GiST,GiST 和 GIN 索引类型GiST 索引
text search,GiST 和 GIN 索引类型
locks,锁定和索引
index scan,规划器方法配置
inet (data type),inet
inet_client_addr,系统信息函数
inet_client_port,系统信息函数
inet_server_addr,系统信息函数
inet_server_port,系统信息函数
information schema,信息模式
inheritance,继承继承以前的 PostgreSQL 版本
initcap,字符串函数和操作符
initdb,创建一个数据库集簇initdb
input function,User-Defined Types
of a data type,User-Defined Types
INSERT,向表中填充行插入数据INSERT
installation, Installation from Source Code
instr,移植示例
int2 (见 smallint)
int4 (见 integer)
int8 (见 bigint)
intagg,intagg — 整数聚合器和枚举器
intarray,intarray
integer,数字常量整数类型
integer_datetimes configuration parameter,预置选项
interfaces
externally maintained,客户端接口
internal,伪类型
INTERSECT,组合查询
interval,日期/时间类型间隔输入
output format,间隔输出
(参见 formatting)
IntervalStyle configuration parameter,区域设置和格式化
IRIX,IRIX
installation on,IRIX
shared library,Compiling and Linking Dynamically-Loaded Functions
IS DISTINCT FROM,比较操作符行和数组比较
IS DOCUMENT,XML 谓词
IS FALSE,比较操作符
IS NOT DISTINCT FROM,比较操作符行和数组比较
IS NOT FALSE,比较操作符
IS NOT NULL,比较操作符
IS NOT TRUE,比较操作符
IS NOT UNKNOWN,比较操作符
IS NULL,比较操作符平台和客户端兼容性
IS TRUE,比较操作符
IS UNKNOWN,比较操作符
isclosed,几何函数和操作符
isfinite,日期/时间函数和操作符
isn,isn
ISNULL,比较操作符
isopen,几何函数和操作符

J

join,连接表Controlling the Planner with Explicit JOIN Clauses
controlling the order,Controlling the Planner with Explicit JOIN Clauses
cross,连接表
natural,连接表
outer,连接表
join_collapse_limit configuration parameter,其他规划器选项
justify_days,日期/时间函数和操作符
justify_hours,日期/时间函数和操作符
justify_interval,日期/时间函数和操作符

K

Kerberos,Kerberos authentication
key word,标识符和关键词SQL Key Words
list of,SQL Key Words
syntax of,标识符和关键词
krb_caseins_users configuration parameter,安全和认证
krb_server_keyfile configuration parameter,安全和认证
krb_srvname configuration parameter,安全和认证

L

label (见 alias)
lag,窗口函数
language_handler,伪类型
large object,大对象
lastval,序列操作函数
last_value,窗口函数
lc_collate configuration parameter,预置选项
lc_ctype configuration parameter,预置选项
lc_messages configuration parameter,区域设置和格式化
lc_monetary configuration parameter,区域设置和格式化
lc_numeric configuration parameter,区域设置和格式化
lc_time configuration parameter,区域设置和格式化
LDAP,安装过程LDAP 认证
LDAP connection parameter lookup,连接参数的 LDAP 查找
ldconfig,共享库
lead,窗口函数
LEAST,GREATEST和LEASTUNION、CASE及相关结构
结果类型的确定,UNION、CASE及相关结构
length,几何函数和操作符
of a binary string (见 binary strings, length)
of a character string (见 character string, length)
length(tsvector),操纵文档
lex,需求
libedit,需求
libperl,需求
libpq,libpq - C 库
libpq-fe.h,libpq - C 库连接状态函数
libpq-int.h,连接状态函数
libpython,需求
library finalization function,动态载入
library initialization function,动态载入
LIKE,LIKE
与区域,Behavior
LIMIT,LIMIT and OFFSET
line segment,线段
linear regression,聚合函数
Linux
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
启动脚本,启动数据库服务器
LISTEN,LISTEN
listen_addresses configuration parameter,连接设置
ln,数学函数和操作符
lo,lo — 管理大对象
LOAD,LOAD
load balancing,高可用、负载均衡和复制
locale,Locale Support
localtime,日期/时间函数和操作符
localtimestamp,日期/时间函数和操作符
local_preload_libraries configuration parameter,其他默认值
lock,显式锁定咨询锁查看锁
advisory,咨询锁
monitoring,查看锁
LOCK,表级锁LOCK
log,数学函数和操作符
log shipping,高可用、负载均衡和复制
logging_collector configuration parameter,日志记录到哪里
log_autovacuum_min_duration configuration parameter,自动清理
log_btree_build_stats configuration parameter,开发者选项
log_checkpoints configuration parameter,记录哪些内容
log_connections configuration parameter,记录哪些内容
log_destination configuration parameter,日志记录到哪里
log_directory configuration parameter,日志记录到哪里
log_disconnections configuration parameter,记录哪些内容
log_duration configuration parameter,记录哪些内容
log_error_verbosity configuration parameter,记录哪些内容
log_executor_stats configuration parameter,统计监控
log_filename configuration parameter,日志记录到哪里
log_hostname configuration parameter,记录哪些内容
log_line_prefix configuration parameter,记录哪些内容
log_lock_waits configuration parameter,记录哪些内容
log_min_duration_statement configuration parameter,什么时候记录日志
log_min_error_statement configuration parameter,什么时候记录日志
log_min_messages configuration parameter,什么时候记录日志
log_parser_stats configuration parameter,统计监控
log_planner_stats configuration parameter,统计监控
log_rotation_age configuration parameter,日志记录到哪里
log_rotation_size configuration parameter,日志记录到哪里
log_statement configuration parameter,记录哪些内容
log_statement_stats configuration parameter,统计监控
log_temp_files configuration parameter,记录哪些内容
log_timezone configuration parameter,记录哪些内容
log_truncate_on_rotation configuration parameter,日志记录到哪里
looks_like_number
in PL/Perl,Utility functions in PL/Perl
loop,简单循环
in PL/pgSQL,简单循环
lower,字符串函数和操作符
与区域,Behavior
lo_close,关闭一个大对象描述符
lo_compat_privileges configuration parameter,以前的 PostgreSQL 版本
lo_creat,创建一个大对象服务器端函数
lo_create,创建一个大对象服务器端函数
lo_export,导出一个大对象服务器端函数
lo_import,导入一个大对象服务器端函数
lo_import_with_oid,导入一个大对象
lo_lseek,在大对象中定位
lo_open,打开一个现有的大对象
lo_read,从大对象读取数据
lo_tell,获取大对象的当前位置
lo_truncate,截断一个大对象
lo_unlink,移除一个大对象服务器端函数
lo_write,向大对象写入数据
lpad,字符串函数和操作符
lseg,线段
ltree,ltree
ltrim,字符串函数和操作符

M

MAC address (见 macaddr)
macaddr (data type),macaddr
MacOS X
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
magic block,动态载入
maintenance,日常数据库维护任务
maintenance_work_mem configuration parameter,内存
make,需求
MANPATH,环境变量
max,聚合函数
max_connections configuration parameter,连接设置
max_files_per_process configuration parameter,内核资源使用
max_function_args configuration parameter,预置选项
max_identifier_length configuration parameter,预置选项
max_index_keys configuration parameter,预置选项
max_locks_per_transaction configuration parameter,锁管理
max_prepared_transactions configuration parameter,内存
max_stack_depth configuration parameter,内存
max_standby_archive_delay configuration parameter,备库
max_standby_streaming_delay configuration parameter,备库
max_wal_senders configuration parameter,Streaming Replication
md5,字符串函数和操作符
MD5,密码认证
memory context
in SPI,内存管理
min,聚合函数
MinGW,MinGW/原生 Windows
installation on,MinGW/原生 Windows
mod,数学函数和操作符
monitoring,监控数据库活动
database activity,监控数据库活动
MOVE,MOVE
MVCC,介绍

N

name,标识符和关键词
qualified,创建模式
syntax of,标识符和关键词
unqualified,模式搜索路径
NaN (见 not a number)
natural join,连接表
NetBSD
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
启动脚本,启动数据库服务器
network,网络地址类型
data types,网络地址类型
Network Attached Storage (NAS) (见 Network File Systems)
Network File Systems,使用网络文件系统
nextval,序列操作函数
NFS (见 Network File Systems)
non-durable,非持久设置
nonblocking connection,异步命令处理
nonrepeatable read,事务隔离
not a number
double precision,浮点类型
numeric (data type),任意精度数值
NOT IN,子查询表达式行和数组比较
not-null constraint,非空约束
notation,调用函数
functions,调用函数
notice processing,通知处理
in libpq,通知处理
NOTIFY,异步通知NOTIFY
in libpq,异步通知
NOTNULL,比较操作符
NOT(操作符),逻辑操作符
now,日期/时间函数和操作符
npoints,几何函数和操作符
nth_value,窗口函数
ntile,窗口函数
null value
with check constraints,检查约束
default value,默认值
in DISTINCT,DISTINCT
in libpq,检索查询结果信息
PL/Python,空值、None
with unique constraints,唯一约束
NULLIF,NULLIF
number
constant,数字常量
numeric,数字常量
numeric (data type),任意精度数值
numnode,操纵查询
NVL,COALESCE

O

object identifier,对象标识符类型
data type,对象标识符类型
object-oriented database,概念
obj_description,系统信息函数
octet_length,字符串函数和操作符
OFFSET,LIMIT and OFFSET
OID
libpq 中的,检索其他结果信息
列,系统列
oid,对象标识符类型
oid2name,oid2name
ONLY,The FROM Clause
opaque,伪类型
OpenBSD
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
启动脚本,启动数据库服务器
OpenSSL,安装过程
(参见 SSL)
operator,操作符词法优先级函数和操作符逻辑操作符User-Defined Operators
invocation,操作符调用
logical,逻辑操作符
precedence,词法优先级
syntax,操作符
user-defined,User-Defined Operators
Oracle,从Oracle PL/SQL 移植
porting from PL/SQL to PL/pgSQL,从Oracle PL/SQL 移植
ORDER BY,查询表行排序
与区域,Behavior
ordering operator,系统对操作符类的依赖
OR(操作符),逻辑操作符
outer join,连接表
output function,User-Defined Types
of a data type,User-Defined Types
OVER clause,窗口函数调用
overlay,字符串函数和操作符
overloading,函数重载
functions,函数重载
owner,权限

P

pageinspect,pageinspect
palloc,编写代码
PAM,安装过程PAM authentication
parameter
syntax,位置参数
partitioning,分区
password
authentication,密码认证
超级用户的,创建一个数据库集簇
password file,密码文件
passwordcheck,passwordcheck
password_encryption configuration parameter,安全和认证
PATH,环境变量
path
for schemas,语句行为
path (data type),路径
pattern matching,模式匹配
patterns
in psql and pg_dump,模式
pclose,几何函数和操作符
percent_rank,窗口函数
performance,性能提示
perl,需求
Perl,PL/Perl - Perl 过程语言
permission (见 privilege)
pfree,编写代码
PGAPPNAME,环境变量
pgbench,pgbench
PGcancel,取消进行中的查询
PGCLIENTENCODING,环境变量
PGconn,数据库连接控制函数
PGCONNECT_TIMEOUT,环境变量
pgcrypto,pgcrypto
PGDATA,创建一个数据库集簇
PGDATABASE,环境变量
PGDATESTYLE,环境变量
PGEventProc,事件回调函数
PGGEQO,环境变量
PGGSSLIB,环境变量
PGHOST,环境变量
PGHOSTADDR,环境变量
PGKRBSRVNAME,环境变量
PGLOCALEDIR,环境变量
PGOPTIONS,环境变量
PGPASSFILE,环境变量
PGPASSWORD,环境变量
PGPORT,环境变量
PGREALM,环境变量
PGREQUIRESSL,环境变量
PGresult,主要函数
pgrowlocks,pgrowlocks — 显示表的行锁信息
PGSERVICE,环境变量
PGSERVICEFILE,环境变量
PGSSLCERT,环境变量
PGSSLCRL,环境变量
PGSSLKEY,环境变量
PGSSLMODE,环境变量
PGSSLROOTCERT,环境变量
pgstattuple,pgstattuple — 获取元组级统计信息
PGSYSCONFDIR,环境变量
PGTZ,环境变量
PGUSER,环境变量
pgxs,扩展构建基础设施
pg_advisory_lock,系统管理函数
pg_advisory_lock_shared,系统管理函数
pg_advisory_unlock,系统管理函数
pg_advisory_unlock_all,系统管理函数
pg_advisory_unlock_shared,系统管理函数
pg_aggregate,pg_aggregate
pg_am,pg_am
pg_amop,pg_amop
pg_amproc,pg_amproc
pg_archivecleanup,pg_archivecleanup
pg_attrdef,pg_attrdef
pg_attribute,pg_attribute
pg_authid,pg_authid
pg_auth_members,pg_auth_members
pg_buffercache,pg_buffercache
pg_cancel_backend,系统管理函数
pg_cast,pg_cast
pg_class,pg_class
pg_client_encoding,字符串函数和操作符
pg_column_size,系统管理函数
pg_config,pg_config
用于 libpq,构建libpq程序
用于用户定义的 C 函数,编写代码
pg_conf_load_time,系统信息函数
pg_constraint,pg_constraint
pg_controldata,pg_controldata
pg_conversion,pg_conversion
pg_conversion_is_visible,系统信息函数
pg_ctl,创建一个数据库集簇启动数据库服务器pg_ctl
pg_current_xlog_insert_location,系统管理函数
pg_current_xlog_location,系统管理函数
pg_cursors,pg_cursors
pg_database,模板数据库pg_database
pg_database_size,系统管理函数
pg_db_role_setting,pg_db_role_setting
pg_default_acl,pg_default_acl
pg_depend,pg_depend
pg_description,pg_description
pg_dump,pg_dump
pg_dumpall,pg_dumpall
use during upgrade,升级
pg_enum,pg_enum
pg_foreign_data_wrapper,pg_foreign_data_wrapper
pg_foreign_server,pg_foreign_server
pg_freespacemap,pg_freespacemap
pg_function_is_visible,系统信息函数
pg_get_constraintdef,系统信息函数
pg_get_expr,系统信息函数
pg_get_functiondef,系统信息函数
pg_get_function_arguments,系统信息函数
pg_get_function_identity_arguments,系统信息函数
pg_get_function_result,系统信息函数
pg_get_indexdef,系统信息函数
pg_get_keywords,系统信息函数
pg_get_ruledef,系统信息函数
pg_get_serial_sequence,系统信息函数
pg_get_triggerdef,系统信息函数
pg_get_userbyid,系统信息函数
pg_get_viewdef,系统信息函数
pg_group,pg_group
pg_has_role,系统信息函数
pg_hba.conf,The pg_hba.conf file
pg_ident.conf,User name maps
pg_index,pg_index
pg_indexes,pg_indexes
pg_indexes_size,系统管理函数
pg_inherits,pg_inherits
pg_is_in_recovery,系统管理函数
pg_is_other_temp_schema,系统信息函数
pg_language,pg_language
pg_largeobject,pg_largeobject
pg_largeobject_metadata,pg_largeobject_metadata
pg_last_xlog_receive_location,系统管理函数
pg_last_xlog_replay_location,系统管理函数
pg_listening_channels,系统信息函数
pg_locks,pg_locks
pg_ls_dir,系统管理函数
pg_my_temp_schema,系统信息函数
pg_namespace,pg_namespace
pg_notify,pg_notify
pg_opclass,pg_opclass
pg_opclass_is_visible,系统信息函数
pg_operator,pg_operator
pg_operator_is_visible,系统信息函数
pg_opfamily,pg_opfamily
pg_pltemplate,pg_pltemplate
pg_postmaster_start_time,系统信息函数
pg_prepared_statements,pg_prepared_statements
pg_prepared_xacts,pg_prepared_xacts
pg_proc,pg_proc
pg_read_file,系统管理函数
pg_relation_filenode,系统管理函数
pg_relation_filepath,系统管理函数
pg_relation_size,系统管理函数
pg_reload_conf,系统管理函数
pg_restore,pg_restore
pg_rewrite,pg_rewrite
pg_roles,pg_roles
pg_rotate_logfile,系统管理函数
pg_rules,pg_rules
pg_service.conf,连接服务文件
pg_settings,pg_settings
pg_shadow,pg_shadow
pg_shdepend,pg_shdepend
pg_shdescription,pg_shdescription
pg_size_pretty,系统管理函数
pg_sleep,延时执行
pg_standby,pg_standby
pg_start_backup,系统管理函数
pg_statistic,规划器使用的统计信息pg_statistic
pg_stats,规划器使用的统计信息pg_stats
pg_stat_file,系统管理函数
pg_stat_statements,pg_stat_statements
pg_stop_backup,系统管理函数
pg_switch_xlog,系统管理函数
pg_tables,pg_tables
pg_tablespace,pg_tablespace
pg_tablespace_databases,系统信息函数
pg_tablespace_size,系统管理函数
pg_table_is_visible,系统信息函数
pg_table_size,系统管理函数
pg_terminate_backend,系统管理函数
pg_timezone_abbrevs,pg_timezone_abbrevs
pg_timezone_names,pg_timezone_names
pg_total_relation_size,系统管理函数
pg_trgm,pg_trgm
pg_trigger,pg_trigger
pg_try_advisory_lock,系统管理函数
pg_try_advisory_lock_shared,系统管理函数
pg_ts_config,pg_ts_config
pg_ts_config_is_visible,系统信息函数
pg_ts_config_map,pg_ts_config_map
pg_ts_dict,pg_ts_dict
pg_ts_dict_is_visible,系统信息函数
pg_ts_parser,pg_ts_parser
pg_ts_parser_is_visible,系统信息函数
pg_ts_template,pg_ts_template
pg_ts_template_is_visible,系统信息函数
pg_type,pg_type
pg_typeof,系统信息函数
pg_type_is_visible,系统信息函数
pg_upgrade,pg_upgrade
pg_user,pg_user
pg_user_mapping,pg_user_mapping
pg_user_mappings,pg_user_mappings
pg_views,pg_views
pg_xlogfile_name,系统管理函数
pg_xlogfile_name_offset,系统管理函数
phantom read,事务隔离
pi,数学函数和操作符
PIC,Compiling and Linking Dynamically-Loaded Functions
PID
确定服务器进程的 PID
在 libpq 中,连接状态函数
PITR,备份和恢复
PITR standby,高可用、负载均衡和复制
PL/Perl,PL/Perl - Perl 过程语言
PL/PerlU,受信任与不受信任的 PL/Perl
PL/pgSQL,PL/pgSQL - SQL 过程语言
PL/Python,PL/Python - Python Procedural Language
PL/SQL (Oracle),从Oracle PL/SQL 移植
porting to PL/pgSQL,从Oracle PL/SQL 移植
PL/Tcl,PL/Tcl - Tcl 过程语言
plainto_tsquery,解析查询
plperl.on_init configuration parameter,配置
plperl.on_plperlu_init configuration parameter,配置
plperl.on_plperl_init configuration parameter,配置
plperl.use_strict configuration parameter,配置
plpgsql.variable_conflict configuration parameter,变量替换
point,
point-in-time recovery,备份和恢复
polygon,多边形
polymorphic function,多态类型
polymorphic type,多态类型
popen,几何函数和操作符
port configuration parameter,连接设置
position,字符串函数和操作符
POSTGRES,伯克利 POSTGRES 项目
postgres,架构基础启动数据库服务器创建数据库postgres
postgres user,The PostgreSQL User Account
Postgres95,Postgres95
postgresql.conf,设置参数
postmaster,postmaster
post_auth_delay configuration parameter,开发者选项
power,数学函数和操作符
PQbackendPID,连接状态函数
PQbinaryTuples,检索查询结果信息
with COPY,与COPY命令相关的函数
PQcancel,取消进行中的查询
PQclear,主要函数
PQclientEncoding,控制函数
PQcmdStatus,检索其他结果信息
PQcmdTuples,检索其他结果信息
PQconndefaults,数据库连接控制函数
PQconnectdb,数据库连接控制函数
PQconnectdbParams,数据库连接控制函数
PQconnectionNeedsPassword,连接状态函数
PQconnectionUsedPassword,连接状态函数
PQconnectPoll,数据库连接控制函数
PQconnectStart,数据库连接控制函数
PQconnectStartParams,数据库连接控制函数
PQconninfoFree,杂项函数
PQconninfoParse,数据库连接控制函数
PQconsumeInput,异步命令处理
PQcopyResult,杂项函数
PQdb,连接状态函数
PQdescribePortal,主要函数
PQdescribePrepared,主要函数
PQencryptPassword,杂项函数
PQendcopy,COPY的已废弃函数
PQerrorMessage,连接状态函数
PQescapeBytea,用于在 SQL 命令中嵌入字符串的转义
PQescapeByteaConn,用于在 SQL 命令中嵌入字符串的转义
PQescapeIdentifier,用于在 SQL 命令中嵌入字符串的转义
PQescapeLiteral,用于在 SQL 命令中嵌入字符串的转义
PQescapeString,用于在 SQL 命令中嵌入字符串的转义
PQescapeStringConn,用于在 SQL 命令中嵌入字符串的转义
PQexec,主要函数
PQexecParams,主要函数
PQexecPrepared,主要函数
PQfformat,检索查询结果信息
with COPY,与COPY命令相关的函数
PQfinish,数据库连接控制函数
PQfireResultCreateEvents,杂项函数
PQflush,异步命令处理
PQfmod,检索查询结果信息
PQfn,快速路径接口
PQfname,检索查询结果信息
PQfnumber,检索查询结果信息
PQfreeCancel,取消进行中的查询
PQfreemem,杂项函数
PQfsize,检索查询结果信息
PQftable,检索查询结果信息
PQftablecol,检索查询结果信息
PQftype,检索查询结果信息
PQgetCancel,取消进行中的查询
PQgetCopyData,接收COPY数据的函数
PQgetisnull,检索查询结果信息
PQgetlength,检索查询结果信息
PQgetline,COPY的已废弃函数
PQgetlineAsync,COPY的已废弃函数
PQgetResult,异步命令处理
PQgetssl,连接状态函数
PQgetvalue,检索查询结果信息
PQhost,连接状态函数
PQinitOpenSSL,SSL 库初始化
PQinitSSL,SSL 库初始化
PQinstanceData,事件支持函数
PQisBusy,异步命令处理
PQisnonblocking,异步命令处理
PQisthreadsafe,在线程化程序中的行为
PQmakeEmptyPGresult,杂项函数
PQnfields,检索查询结果信息
用于 COPY,与COPY命令相关的函数
PQnotifies,异步通知
PQnparams,检索查询结果信息
PQntuples,检索查询结果信息
PQoidStatus,检索其他结果信息
PQoidValue,检索其他结果信息
PQoptions,连接状态函数
PQparameterStatus,连接状态函数
PQparamtype,检索查询结果信息
PQpass,连接状态函数
PQport,连接状态函数
PQprepare,主要函数
PQprint,检索查询结果信息
PQprotocolVersion,连接状态函数
PQputCopyData,发送COPY数据的函数
PQputCopyEnd,发送COPY数据的函数
PQputline,COPY的已废弃函数
PQputnbytes,COPY的已废弃函数
PQregisterEventProc,事件支持函数
PQrequestCancel,取消进行中的查询
PQreset,数据库连接控制函数
PQresetPoll,数据库连接控制函数
PQresetStart,数据库连接控制函数
PQresStatus,主要函数
PQresultAlloc,杂项函数
PQresultErrorField,主要函数
PQresultErrorMessage,主要函数
PQresultInstanceData,事件支持函数
PQresultSetInstanceData,事件支持函数
PQresultStatus,主要函数
PQsendDescribePortal,异步命令处理
PQsendDescribePrepared,异步命令处理
PQsendPrepare,异步命令处理
PQsendQuery,异步命令处理
PQsendQueryParams,异步命令处理
PQsendQueryPrepared,异步命令处理
PQserverVersion,连接状态函数
PQsetClientEncoding,控制函数
PQsetdb,数据库连接控制函数
PQsetdbLogin,数据库连接控制函数
PQsetErrorVerbosity,控制函数
PQsetInstanceData,事件支持函数
PQsetnonblocking,异步命令处理
PQsetNoticeProcessor,通知处理
PQsetNoticeReceiver,通知处理
PQsetResultAttrs,杂项函数
PQsetvalue,杂项函数
PQsocket,连接状态函数
PQstatus,连接状态函数
PQtrace,控制函数
PQtransactionStatus,连接状态函数
PQtty,连接状态函数
PQunescapeBytea,用于在 SQL 命令中嵌入字符串的转义
PQuntrace,控制函数
PQuser,连接状态函数
predicate locking,可串行化隔离与真正的可串行化
PREPARE,PREPARE
PREPARE TRANSACTION,PREPARE TRANSACTION
prepared statements,DEALLOCATEEXECUTEEXPLAINPREPARE
creating,PREPARE
executing,EXECUTE
removing,DEALLOCATE
showing the query plan,EXPLAIN
preparing a query
in PL/pgSQL,计划缓存
in PL/Python,数据库访问
in PL/Tcl,从 PL/Tcl 访问数据库
pre_auth_delay configuration parameter,开发者选项
primary key,主键
primary_conninfo recovery parameter,备库设置
privilege,权限模式和权限权限规则和权限规则和权限
querying,系统信息函数
with rules,规则和权限
for schemas,模式和权限
with views,规则和权限
procedural language,Procedural Languages编写过程语言调用处理器
externally maintained,Procedural Languages
handler for,编写过程语言调用处理器
protocol,Frontend/Backend Protocol
frontend-backend,Frontend/Backend Protocol
ps,标准 Unix 工具
to monitor activity,标准 Unix 工具
psql,访问数据库psql
Python,PL/Python - Python Procedural Language

Q

qualified name,创建模式
query,查询表查询
query plan,Using EXPLAIN
query tree,查询树
querytree,操纵查询
quote_ident,字符串函数和操作符
in PL/Perl,Utility functions in PL/Perl
use in PL/PgSQL,执行动态命令
quote_literal,字符串函数和操作符
in PL/Perl,Utility functions in PL/Perl
use in PL/PgSQL,执行动态命令
quote_nullable,字符串函数和操作符
in PL/Perl,Utility functions in PL/Perl
use in PL/PgSQL,执行动态命令

R

radians,数学函数和操作符
radius,几何函数和操作符
RADIUS,RADIUS 认证
RAISE,错误和消息
random,数学函数和操作符
random_page_cost configuration parameter,规划器代价常量
range table,查询树
rank,窗口函数
read-only transaction,语句行为
readline,需求
real,浮点类型
REASSIGN OWNED,REASSIGN OWNED
record,伪类型
recovery.conf,恢复配置
recovery_end_command recovery parameter,归档恢复设置
recovery_target_inclusive recovery parameter,恢复目标设置
recovery_target_time recovery parameter,恢复目标设置
recovery_target_timeline recovery parameter,恢复目标设置
recovery_target_xid recovery parameter,恢复目标设置
rectangle,方框
referential integrity,外键外键
regclass,对象标识符类型
regconfig,对象标识符类型
regdictionary,对象标识符类型
regexp_matches,POSIX正则表达式
regexp_replace,POSIX正则表达式
regexp_split_to_array,POSIX正则表达式
regexp_split_to_table,POSIX正则表达式
regoper,对象标识符类型
regoperator,对象标识符类型
regproc,对象标识符类型
regprocedure,对象标识符类型
regression intercept,聚合函数
regression slope,聚合函数
regression test,安装过程
regression tests,回归测试
regtype,对象标识符类型
regular expression,SIMILAR TO正则表达式POSIX正则表达式
(参见 pattern matching)
reindex,日常重建索引
REINDEX,REINDEX
reindexdb,reindexdb
relation,概念
relational database,概念
RELEASE SAVEPOINT,RELEASE SAVEPOINT
repeat,字符串函数和操作符
replace,字符串函数和操作符
replication,高可用、负载均衡和复制
reporting errors
in PL/PgSQL,错误和消息
RESET,RESET
restartpoint,WAL 配置
restore_command recovery parameter,归档恢复设置
RESTRICT,依赖跟踪
with DROP,依赖跟踪
foreign key action,外键
RETURN NEXT
in PL/PgSQL,RETURN NEXT 和 RETURN QUERY
RETURN QUERY
in PL/PgSQL,RETURN NEXT 和 RETURN QUERY
RETURNING INTO,执行具有单行结果的查询
in PL/pgSQL,执行具有单行结果的查询
REVOKE,权限REVOKE
role,数据库角色角色成员资格
applicable,applicable_roles
enabled,enabled_roles
membership in,角色成员资格
ROLLBACK,ROLLBACK
rollback
psql,变量
ROLLBACK PREPARED,ROLLBACK PREPARED
ROLLBACK TO SAVEPOINT,ROLLBACK TO SAVEPOINT
round,数学函数和操作符
routine maintenance,日常数据库维护任务
row,概念表基础
ROW,行构造器
row estimation,行估计示例
planner,行估计示例
row type,复合类型
constructor,行构造器
row-wise comparison,行和数组比较
row_number,窗口函数
rpad,字符串函数和操作符
rtrim,字符串函数和操作符
rule,规则系统视图和规则系统SELECT 规则如何工作INSERT、UPDATE 和 DELETE 上的规则INSERT、UPDATE 和 DELETE 上的规则INSERT、UPDATE 和 DELETE 上的规则
and views,视图和规则系统
for DELETE,INSERT、UPDATE 和 DELETE 上的规则
for INSERT,INSERT、UPDATE 和 DELETE 上的规则
for SELECT,SELECT 规则如何工作
for UPDATE,INSERT、UPDATE 和 DELETE 上的规则

S

SAVEPOINT,SAVEPOINT
savepoints,RELEASE SAVEPOINTROLLBACK TO SAVEPOINTSAVEPOINT
defining,SAVEPOINT
releasing,RELEASE SAVEPOINT
rolling back,ROLLBACK TO SAVEPOINT
scalar (见 expression)
schema,模式创建模式公共模式概述
creating,创建模式
current,模式搜索路径系统信息函数
public,公共模式
removing,创建模式
SCO,SCO OpenServer 和 SCO UnixWare
installation on,SCO OpenServer 和 SCO UnixWare
SCO OpenServer
IPC configuration,共享内存和信号量
search path,模式搜索路径
current,系统信息函数
search_path,模式搜索路径
search_path configuration parameter,语句行为
seg,seg — 用于线段或浮点区间的数据类型
segment_size configuration parameter,预置选项
SELECT,查询表查询SELECT
select list,选择列表
SELECT INTO,执行具有单行结果的查询SELECT INTO
in PL/pgSQL,执行具有单行结果的查询
semaphores,共享内存和信号量
sequence,序列操作函数
and serial type,serial 类型
sequential scan,规划器方法配置
seq_page_cost configuration parameter,规划器代价常量
serial,serial 类型
serial4,serial 类型
serial8,serial 类型
serializability,可串行化隔离与真正的可串行化
server log,错误报告和日志日志文件维护
log file maintenance,日志文件维护
server spoofing,防止服务器欺骗
server_encoding configuration parameter,预置选项
server_version configuration parameter,预置选项
server_version_num configuration parameter,预置选项
session_replication_role configuration parameter,语句行为
SET,系统管理函数SET
SET CONSTRAINTS,SET CONSTRAINTS
set difference,组合查询
set intersection,组合查询
set operation,组合查询
set returning functions,集合返回函数
functions,集合返回函数
SET ROLE,SET ROLE
SET SESSION AUTHORIZATION,SET SESSION AUTHORIZATION
SET TRANSACTION,SET TRANSACTION
set union,组合查询
SET XML OPTION,语句行为
setseed,数学函数和操作符
setval,序列操作函数
setweight,操纵文档
set_bit,二进制串函数和操作符
set_byte,二进制串函数和操作符
shared library,共享库
shared memory,共享内存和信号量
shared_buffers configuration parameter,内存
shared_preload_libraries,共享内存与 LWLocks
shared_preload_libraries configuration parameter,内核资源使用
SHMMAX,共享内存和信号量
shobj_description,系统信息函数
SHOW,系统管理函数SHOW
shutdown,关闭服务器
SIGHUP,设置参数The pg_hba.conf fileUser name maps
SIGINT,关闭服务器
sign,数学函数和操作符
signal
backend processes,系统管理函数
significant digits,区域设置和格式化
SIGQUIT,关闭服务器
SIGTERM,关闭服务器
silent_mode configuration parameter,日志记录到哪里
SIMILAR TO,SIMILAR TO正则表达式
sin,数学函数和操作符
sleep,延时执行
sliced bread (见 TOAST)
smallint,整数类型
Solaris,Solaris
installation on,Solaris
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
启动脚本,启动数据库服务器
SOME,聚合函数子查询表达式行和数组比较
sorting,行排序
SPI,服务器编程接口spi
examples,spi
SPI_connect,SPI_connect
SPI_copytuple,SPI_copytuple
spi_cursor_close
in PL/Perl,从 PL/Perl 访问数据库
SPI_cursor_close,SPI_cursor_close
SPI_cursor_fetch,SPI_cursor_fetch
SPI_cursor_find,SPI_cursor_find
SPI_cursor_move,SPI_cursor_move
SPI_cursor_open,SPI_cursor_open
SPI_cursor_open_with_args,SPI_cursor_open_with_args
SPI_cursor_open_with_paramlist,SPI_cursor_open_with_paramlist
SPI_exec,SPI_exec
SPI_execp,SPI_execp
SPI_execute,SPI_execute
SPI_execute_plan,SPI_execute_plan
SPI_execute_plan_with_paramlist,SPI_execute_plan_with_paramlist
SPI_execute_with_args,SPI_execute_with_args
spi_exec_prepared
in PL/Perl,从 PL/Perl 访问数据库
spi_exec_query
in PL/Perl,从 PL/Perl 访问数据库
spi_fetchrow
in PL/Perl,从 PL/Perl 访问数据库
SPI_finish,SPI_finish
SPI_fname,SPI_fname
SPI_fnumber,SPI_fnumber
spi_freeplan
in PL/Perl,从 PL/Perl 访问数据库
SPI_freeplan,SPI_freeplan
SPI_freetuple,SPI_freetuple
SPI_freetuptable,SPI_freetuptable
SPI_getargcount,SPI_getargcount
SPI_getargtypeid,SPI_getargtypeid
SPI_getbinval,SPI_getbinval
SPI_getnspname,SPI_getnspname
SPI_getrelname,SPI_getrelname
SPI_gettype,SPI_gettype
SPI_gettypeid,SPI_gettypeid
SPI_getvalue,SPI_getvalue
SPI_is_cursor_plan,SPI_is_cursor_plan
spi_lastoid,从 PL/Tcl 访问数据库
SPI_modifytuple,SPI_modifytuple
SPI_palloc,SPI_palloc
SPI_pfree,SPI_pfree
SPI_pop,SPI_pop
spi_prepare
in PL/Perl,从 PL/Perl 访问数据库
SPI_prepare,SPI_prepare
SPI_prepare_cursor,SPI_prepare_cursor
SPI_prepare_params,SPI_prepare_params
SPI_push,SPI_push
spi_query
in PL/Perl,从 PL/Perl 访问数据库
spi_query_prepared
in PL/Perl,从 PL/Perl 访问数据库
SPI_repalloc,SPI_repalloc
SPI_returntuple,SPI_returntuple
SPI_saveplan,SPI_saveplan
SPI_scroll_cursor_fetch,SPI_scroll_cursor_fetch
SPI_scroll_cursor_move,SPI_scroll_cursor_move
split_part,字符串函数和操作符
SQL/CLI,SQL 符合性
SQL/Foundation,SQL 符合性
SQL/Framework,SQL 符合性
SQL/JRT,SQL 符合性
SQL/MED,SQL 符合性
SQL/OLB,SQL 符合性
SQL/PSM,SQL 符合性
SQL/Schemata,SQL 符合性
SQL/XML,SQL 符合性
sql_inheritance configuration parameter,以前的 PostgreSQL 版本
sqrt,数学函数和操作符
ssh,Secure TCP/IP Connections with SSH Tunnels
SSL,使用 SSL 的安全 TCP/IP 连接SSL 支持
在 libpq 中,数据库连接控制函数
在libpq中,连接状态函数
ssl configuration parameter,安全和认证
sslinfo,sslinfo
ssl_ciphers configuration parameter,安全和认证
ssl_renegotiation_limit configuration parameter,安全和认证
SSPI,SSPI authentication
STABLE,函数易变性分类
standard deviation,聚合函数
population,聚合函数
sample,聚合函数
standard_conforming_strings configuration parameter,以前的 PostgreSQL 版本
standby server,高可用、负载均衡和复制
standby_mode recovery parameter,备库设置
START TRANSACTION,START TRANSACTION
statement_timeout configuration parameter,语句行为
statement_timestamp,日期/时间函数和操作符
statistics,聚合函数规划器使用的统计信息更新规划器统计信息统计收集器
of the planner,规划器使用的统计信息更新规划器统计信息
stats_temp_directory configuration parameter,查询和索引统计信息收集器
STONITH,高可用、负载均衡和复制
storage parameters,存储参数
Streaming Replication,高可用、负载均衡和复制
string (见 character string)
strings
backslash quotes,以前的 PostgreSQL 版本
escape warning,以前的 PostgreSQL 版本
standard conforming,以前的 PostgreSQL 版本
string_agg,聚合函数
string_to_array,数组函数和操作符
strip,操纵文档
strpos,字符串函数和操作符
subquery,聚合函数标量子查询子查询子查询表达式
subscript,下标
substr,字符串函数和操作符
substring,字符串函数和操作符二进制串函数和操作符SIMILAR TO正则表达式POSIX正则表达式
sum,聚合函数
superuser,访问数据库
superuser_reserved_connections configuration parameter,连接设置
suppress_redundant_updates_trigger,触发器函数
synchronize_seqscans configuration parameter,以前的 PostgreSQL 版本
synchronous commit,异步提交
synchronous_commit configuration parameter,设置
syntax,SQL语法
SQL,SQL语法
syslog_facility configuration parameter,日志记录到哪里
syslog_ident configuration parameter,日志记录到哪里
system catalog,系统目录模式
schema,系统目录模式

T

table,概念表基础修改表
creating,表基础
inheritance,继承
modifying,修改表
partitioning,分区
removing,表基础
renaming,重命名表
TABLE command,SELECT
table expression,表表达式
table function,表函数
tablefunc,tablefunc
tableoid,系统列
tablespace,表空间
default,语句行为
temporary,语句行为
tan,数学函数和操作符
target list,查询树
Tcl,PL/Tcl - Tcl 过程语言
tcp_keepalives_count configuration parameter,连接设置
tcp_keepalives_idle configuration parameter,连接设置
tcp_keepalives_interval configuration parameter,连接设置
template0,模板数据库
template1,创建数据库模板数据库
temp_buffers configuration parameter,内存
temp_tablespaces configuration parameter,语句行为
test,回归测试
test_parser,test_parser
text,字符类型
text search,文本搜索类型文本搜索类型全文搜索GiST 和 GIN 索引类型
data types,文本搜索类型
functions and operators,文本搜索类型
indexes,GiST 和 GIN 索引类型
threads,在线程化程序中的行为
with libpq,在线程化程序中的行为
tid,对象标识符类型
time,日期/时间类型时间
constants,特殊值
current,当前日期/时间
output format,日期/时间输出
(参见 formatting)
time span,日期/时间类型
time with time zone,日期/时间类型时间
time without time zone,日期/时间类型时间
time zone,时区区域设置和格式化
conversion,AT TIME ZONE
input abbreviations,日期/时间配置文件
time zone data,安装过程
time zone names,区域设置和格式化
timelines,备份和恢复
timeofday,日期/时间函数和操作符
timeout
client authentication,安全和认证
deadlock,锁管理
timestamp,日期/时间类型时间戳
timestamp with time zone,日期/时间类型时间戳
timestamp without time zone,日期/时间类型时间戳
timezone configuration parameter,区域设置和格式化
timezone_abbreviations configuration parameter,区域设置和格式化
TOAST,TOAST
and user-defined types,User-Defined Types
per-column storage settings,描述
versus large objects,简介
token,词法结构
to_ascii,字符串函数和操作符
to_char,数据类型格式化函数
与区域,Behavior
to_date,数据类型格式化函数
to_hex,字符串函数和操作符
to_number,数据类型格式化函数
to_timestamp,数据类型格式化函数
to_tsquery,解析查询
to_tsvector,解析文档
trace_locks configuration parameter,开发者选项
trace_lock_oidmin configuration parameter,开发者选项
trace_lock_table configuration parameter,开发者选项
trace_lwlocks configuration parameter,开发者选项
trace_notify configuration parameter,开发者选项
trace_recovery_messages configuration parameter,开发者选项
trace_sort configuration parameter,开发者选项
trace_userlocks configuration parameter,开发者选项
track_activities configuration parameter,查询和索引统计信息收集器
track_activity_query_size configuration parameter,查询和索引统计信息收集器
track_counts configuration parameter,查询和索引统计信息收集器
track_functions configuration parameter,查询和索引统计信息收集器
transaction,事务
transaction ID,防止事务 ID 回卷失败
wraparound,防止事务 ID 回卷失败
transaction isolation,事务隔离
transaction isolation level,语句行为
read committed,读已提交隔离级别
serializable,可串行化隔离级别
transaction log (见 WAL)
transaction_timestamp,日期/时间函数和操作符
transform_null_equals configuration parameter,平台和客户端兼容性
translate,字符串函数和操作符
trigger,伪类型触发器用 C 编写触发器函数触发器函数Trigger Functions
arguments for trigger functions,触发器行为概述
in C,用 C 编写触发器函数
in PL/pgSQL,触发器函数
in PL/Python,Trigger Functions
in PL/Tcl,PL/Tcl 中的触发器函数
用于更新一个派生的 tsvector 列,用于自动更新的触发器
trigger_file recovery parameter,备库设置
trim,字符串函数和操作符
Tru64 UNIX
shared library,Compiling and Linking Dynamically-Loaded Functions
true,布尔类型
trunc,数学函数和操作符
TRUNCATE,TRUNCATE
trusted,受信任与不受信任的 PL/Perl
PL/Perl,受信任与不受信任的 PL/Perl
tsearch2,tsearch2
tsquery (data type),tsquery
tsvector (data type),tsvector
tsvector concatenation,操纵文档
ts_debug,配置测试
ts_headline,高亮结果
ts_lexize,词典测试
ts_parse,解析器测试
ts_rank,搜索结果排名
ts_rank_cd,搜索结果排名
ts_rewrite,查询重写
ts_stat,收集文档统计数据
ts_token_type,解析器测试
txid_current,系统信息函数
txid_current_snapshot,系统信息函数
txid_snapshot_xip,系统信息函数
txid_snapshot_xmax,系统信息函数
txid_snapshot_xmin,系统信息函数
txid_visible_in_snapshot,系统信息函数
type,多态类型 (见 data type)
polymorphic,多态类型
type cast,类型转换

U

UESCAPE,标识符和关键词带有 Unicode 转义的字符串常量
unaccent,unaccent函数
Unicode escape,带有 Unicode 转义的字符串常量
in identifiers,标识符和关键词
in string constants,带有 Unicode 转义的字符串常量
UNION,组合查询UNION、CASE及相关结构
结果类型的确定,UNION、CASE及相关结构
unique constraint,唯一约束
Unix 域套接字,数据库连接控制函数
UnixWare,SCO OpenServer 和 SCO UnixWare
installation on,SCO OpenServer 和 SCO UnixWare
IPC configuration,共享内存和信号量
shared library,Compiling and Linking Dynamically-Loaded Functions
unix_socket_directory configuration parameter,连接设置
unix_socket_group configuration parameter,连接设置
unix_socket_permissions configuration parameter,连接设置
UNLISTEN,UNLISTEN
unnest,数组函数和操作符
unqualified name,模式搜索路径
UPDATE,更新更新数据UPDATE
update_process_title configuration parameter,查询和索引统计信息收集器
upgrading,升级版本间的迁移
upper,字符串函数和操作符
与区域,Behavior
user,数据库角色
current,系统信息函数
User name maps,User name maps
UUID,UUID Type安装过程
uuid-ossp,uuid-ossp

V

vacuum,日常清理
VACUUM,VACUUM
vacuumdb,vacuumdb
vacuumlo,vacuumlo
vacuum_cost_delay configuration parameter,Cost-Based Vacuum Delay
vacuum_cost_limit configuration parameter,Cost-Based Vacuum Delay
vacuum_cost_page_dirty configuration parameter,Cost-Based Vacuum Delay
vacuum_cost_page_hit configuration parameter,Cost-Based Vacuum Delay
vacuum_cost_page_miss configuration parameter,Cost-Based Vacuum Delay
vacuum_defer_cleanup_age configuration parameter,Streaming Replication
vacuum_freeze_min_age configuration parameter,语句行为
vacuum_freeze_table_age configuration parameter,语句行为
value expression,值表达式
VALUES,VALUES ListsUNION、CASE及相关结构VALUES
结果类型的确定,UNION、CASE及相关结构
varchar,字符类型
variadic function,SQL Functions with Variable Numbers of Arguments
variance,聚合函数
population,聚合函数
sample,聚合函数
version,访问数据库系统信息函数版本间的迁移
compatibility,版本间的迁移
view,视图视图和规则系统与视图的协作
implementation through rules,视图和规则系统
updating,与视图的协作
Visibility Map,可见性映射
VM (见 Visibility Map)
void,伪类型
VOLATILE,函数易变性分类
volatility,函数易变性分类
functions,函数易变性分类
VPATH,安装过程

W

WAL,可靠性与预写式日志
wal_block_size configuration parameter,预置选项
wal_buffers configuration parameter,设置
wal_debug configuration parameter,开发者选项
wal_keep_segments configuration parameter,Streaming Replication
wal_level configuration parameter,设置
wal_segment_size configuration parameter,预置选项
wal_sender_delay configuration parameter,Streaming Replication
wal_sync_method configuration parameter,设置
wal_writer_delay configuration parameter,设置
warm standby,高可用、负载均衡和复制
WHERE,The WHERE Clause
where to log,日志记录到哪里
WHILE
in PL/pgSQL,WHILE
width,几何函数和操作符
width_bucket,数学函数和操作符
window function,窗口函数Window Function Processing窗口函数
built-in,窗口函数
order of execution,Window Function Processing
WITH,WITH Queries (Common Table Expressions)SELECT
in SELECT,WITH Queries (Common Table Expressions)SELECT
witness server,高可用、负载均衡和复制
work_mem configuration parameter,内存

X

xid,对象标识符类型
xmax,系统列
xmin,系统列
XML,XML Type
XML export,将表映射到 XML
XML option,语句行为
XML 选项,创建XML值
xml2,xml2
xmlagg,xmlagg聚合函数
xmlbinary configuration parameter,语句行为
xmlcomment,xmlcomment
xmlconcat,xmlconcat
xmlelement,xmlelement
xmlforest,xmlforest
xmloption configuration parameter,语句行为
xmlparse,创建XML值
xmlpi,xmlpi
xmlroot,xmlroot
xmlserialize,创建XML值
XPath,处理 XML

Y

yacc,需求

Z

zero_damaged_pages configuration parameter,开发者选项
zlib,需求安装过程

提交更正

译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。