Parte VIII. Apêndices
Anterior
Acima
Documentação do PostgreSQL 18.1
Principal
Próxima
Parte VIII. Apêndices
Índice
A. Códigos de erro do PostgreSQL
B. Suporte a data e hora
B.1. Interpretação da entrada de data e hora
B.2. Tratamento de carimbos de data e hora inválidos ou ambíguos
B.3. Palavras-chave de data e hora
B.4. Arquivos de configuração de data e hora
B.5. Especificação de zona horária
POSIX
B.6. História das unidades
B.7. Datas Julianas
C. Palavras-chave do
SQL
D. SQL Conformance
D.1. Supported Features
D.2. Unsupported Features
D.3. XML Limits and Conformance to SQL/XML
E. Release Notes
E.1. Release 18.1
E.2. Release 18
E.3. Versões anteriores
F. Additional Supplied Modules and Extensions
F.1. amcheck — tools to verify table and index consistency
F.2. auth_delay — pause on authentication failure
F.3. auto_explain — log execution plans of slow queries
F.4. basebackup_to_shell — example "shell" pg_basebackup module
F.5. basic_archive — an example WAL archive module
F.6. bloom — bloom filter index access method
F.7. btree_gin — GIN operator classes with B-tree behavior
F.8. btree_gist — GiST operator classes with B-tree behavior
F.9. citext — a case-insensitive character string type
F.10. cube — a multi-dimensional cube data type
F.11. dblink — connect to other PostgreSQL databases
F.12. dict_int — example full-text search dictionary for integers
F.13. dict_xsyn — example synonym full-text search dictionary
F.14. earthdistance — calculate great-circle distances
F.15. file_fdw — access data files in the server's file system
F.16. fuzzystrmatch — determine string similarities and distance
F.17. hstore — hstore key/value datatype
F.18. intagg — integer aggregator and enumerator
F.19. intarray — manipulate arrays of integers
F.20. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
F.21. lo — manage large objects
F.22. ltree — hierarchical tree-like data type
F.23. pageinspect — low-level inspection of database pages
F.24. passwordcheck — verify password strength
F.25. pg_buffercache — inspect
PostgreSQL
buffer cache state
F.26. pgcrypto — cryptographic functions
F.27. pg_freespacemap — examine the free space map
F.28. pg_logicalinspect — logical decoding components inspection
F.29. pg_overexplain — allow EXPLAIN to dump even more details
F.30. pg_prewarm — preload relation data into buffer caches
F.31. pgrowlocks — show a table's row locking information
F.32. pg_stat_statements — track statistics of SQL planning and execution
F.33. pgstattuple — obtain tuple-level statistics
F.34. pg_surgery — perform low-level surgery on relation data
F.35. pg_trgm — support for similarity of text using trigram matching
F.36. pg_visibility — visibility map information and utilities
F.37. pg_walinspect — low-level WAL inspection
F.38. postgres_fdw — access data stored in external
PostgreSQL
servers
F.39. seg — a datatype for line segments or floating point intervals
F.40. sepgsql — SELinux-, label-based mandatory access control (MAC) security module
F.41. spi — Server Programming Interface features/examples
F.42. sslinfo — obtain client SSL information
F.43. tablefunc — functions that return tables (
crosstab
and others)
F.44. tcn — a trigger function to notify listeners of changes to table content
F.45. test_decoding — SQL-based test/example module for WAL logical decoding
F.46. tsm_system_rows — the
SYSTEM_ROWS
sampling method for
TABLESAMPLE
F.47. tsm_system_time — the
SYSTEM_TIME
sampling method for
TABLESAMPLE
F.48. unaccent — a text search dictionary which removes diacritics
F.49. uuid-ossp — a UUID generator
F.50. xml2 — XPath querying and XSLT functionality
G. Additional Supplied Programs
G.1. Client Applications
G.2. Server Applications
H. External Projects
H.1. Client Interfaces
H.2. Administration Tools
H.3. Procedural Languages
H.4. Extensions
I. The Source Code Repository
I.1. Getting the Source via
Git
J. Documentação
J.1. DocBook
J.2. Conjunto de ferramentas
J.3. Construção da documentação com o Make
J.4. Construção da documentação com Meson
J.5. Edição da documentação
J.6. Guia de estilo
K.
PostgreSQL
Limits
L. Acrônimos
M. Glossário
N. Color Support
N.1. When Color is Used
N.2. Configuring the Colors
O. Funcionalidades obsoletas ou com novo nome
O.1. Arquivo
“
recovery.conf
”
incorporado ao
“
postgresql.conf
”
O.2. Funções padrão mudado para funções predefinidas
O.3.
“
pg_xlogdump
”
mudou de nome para
“
pg_waldump
”
O.4.
“
pg_resetxlog
”
mudou de nome para
“
pg_resetwal
”
O.5.
“
pg_receivexlog
”
mudou de nome para
“
pg_receivewal
”
P. Biblioteca de funções definidas pelo usuário
P.1. Validação da inscrição eleitoral em C
P.2. Validação do CPF em C
P.3. Validação do CPF em PL/pgSQL
P.4. Validação do CPF em PL/Tcl
P.5. Validação do CNPJ alfanumérico em C
P.6. Extensão para validação do CPF e do CNPJ alfanumérico em C
P.7. Cálculo dos dígitos de autocontrole (DAC) dos boletos em C
P.8. Agregações definidas pelo usuário em SQL