Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
Part VIII. Appendixes
Prev UpPostgres Pro Standard 16.9.1 DocumentationHome Next

Part VIII. Appendixes

Table of Contents

A.Postgres Pro Error Codes
B. Date/Time Support
B.1. Date/Time Input Interpretation
B.2. Handling of Invalid or Ambiguous Timestamps
B.3. Date/Time Key Words
B.4. Date/Time Configuration Files
B.5.POSIX Time Zone Specifications
B.6. History of Units
B.7. Julian Dates
C.SQL Key Words
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. Postgres Pro Standard 16.9.1
E.2. Postgres Pro Standard 16.8.1
E.3. Postgres Pro Standard 16.6.1
E.4. Postgres Pro Standard 16.4.1
E.5. Postgres Pro Standard 16.3.2
E.6. Postgres Pro Standard 16.3.1
E.7. Postgres Pro Standard 16.2.2
E.8. Postgres Pro Standard 16.2.1
E.9. Postgres Pro Standard 16.1.1
E.10. Postgres Pro Standard 16.0.1
E.11. Release 16.9
E.12. Release 16.8
E.13. Release 16.7
E.14. Release 16.6
E.15. Release 16.5
E.16. Release 16.4
E.17. Release 16.3
E.18. Release 16.2
E.19. Release 16.1
E.20. Release 16
E.21. Prior Releases
F. Additional Supplied Modules and Extensions Shipped inpostgrespro-std-16-contrib
F.1. adminpack — pgAdmin support toolpack
F.2. amcheck — tools to verify table and index consistency
F.3. aqo — cost-based query optimization
F.4. auth_delay — pause on authentication failure
F.5. auto_explain — log execution plans of slow queries
F.6. basebackup_to_shell — example "shell" pg_basebackup module
F.7. basic_archive — an example WAL archive module
F.8. bloom — bloom filter index access method
F.9. btree_gin — GIN operator classes with B-tree behavior
F.10. btree_gist — GiST operator classes with B-tree behavior
F.11. citext — a case-insensitive character string type
F.12. cube — a multi-dimensional cube data type
F.13. daterange_inclusive — upper bound-inclusivedaterange
F.14. dbcopies_decoding — 1C module for updating database copies
F.15. dblink — connect to other Postgres Pro databases
F.16. dict_int — example full-text search dictionary for integers
F.17. dict_xsyn — example synonym full-text search dictionary
F.18. dump_stat — functions to backup and recover thepg_statistic table
F.19. earthdistance — calculate great-circle distances
F.20. fasttrun — a transaction unsafe function to truncate temporary tables
F.21. file_fdw — access data files in the server's file system
F.22. fulleq — an additional equivalence operator for compatibility with Microsoft SQL Server
F.23. fuzzystrmatch — determine string similarities and distance
F.24. hstore — hstore key/value datatype
F.25.Hunspell Dictionaries Modules
F.26. hypopg — support for hypothetical indexes
F.27. intagg — integer aggregator and enumerator
F.28. intarray — manipulate arrays of integers
F.29. isn — data types for international standard numbers (ISBN, EAN, UPC, etc.)
F.30. jsquery — a language to queryjsonb data type
F.31. lo — manage large objects
F.32. ltree — hierarchical tree-like data type
F.33. mchar — additional data types for compatibility with Microsoft SQL Server
F.34. online_analyze — update statistics afterINSERT,UPDATE,DELETE, orSELECT INTO operations
F.35. old_snapshot — inspectold_snapshot_threshold state
F.36. pageinspect — low-level inspection of database pages
F.37. passwordcheck — verify password strength
F.38. pg_buffercache — inspectPostgres Pro buffer cache state
F.39. pgcrypto — cryptographic functions
F.40. pg_freespacemap — examine the free space map
F.41. pg_pathman — an optimized partitioning solution for large and distributed databases
F.42. pg_proaudit — enables detailed logging of various security events
F.43. pgpro_bindump — a replication protocol module for backup and restore
F.44. pg_prewarm — preload relation data into buffer caches
F.45. pg_query_state — a facility to know the current state of query execution on working backend
F.46. pgrowlocks — show a table's row locking information
F.47. pg_stat_statements — track statistics of SQL planning and execution
F.48. pgstattuple — obtain tuple-level statistics
F.49. pg_surgery — perform low-level surgery on relation data
F.50. pg_trgm — support for similarity of text using trigram matching
F.51. pg_tsparser — an extension for text search
F.52. pg_variables — functions for working with variables of various types
F.53. pg_visibility — visibility map information and utilities
F.54. pg_wait_sampling — collecting sampling-based statistics on wait events
F.55. pg_walinspect — low-level WAL inspection
F.56. plantuner — hints for the planner to disable or enable indexes for query execution
F.57. postgres_fdw — access data stored in externalPostgres Pro servers
F.58. ptrack — a block-level incremental backup engine forPostgres Pro
F.59. rum — an access method to work with theRUM indexes
F.60. seg — a datatype for line segments or floating point intervals
F.61. sepgsql — SELinux-, label-based mandatory access control (MAC) security module
F.62. shared_ispell — a shared ispell dictionary
F.63. spi — Server Programming Interface features/examples
F.64. sslinfo — obtain client SSL information
F.65. tablefunc — functions that return tables (crosstab and others)
F.66. tcn — a trigger function to notify listeners of changes to table content
F.67. test_decoding — SQL-based test/example module for WAL logical decoding
F.68. tsm_system_rows — theSYSTEM_ROWS sampling method forTABLESAMPLE
F.69. tsm_system_time — theSYSTEM_TIME sampling method forTABLESAMPLE
F.70. unaccent — a text search dictionary which removes diacritics
F.71. uuid-ossp — a UUID generator
F.72. xml2 — XPath querying and XSLT functionality
G.Postgres Pro Modules and Extensions Shipped as Individual Packages
G.1. pgpro_pwr — workload reports
G.2. pgpro_stats — a means for tracking planning and execution statistics of all SQL statements executed by a server
H. Third-Party Modules and Extensions Shipped as Individual Packages
H.1. oracle_fdw — access toOracle databases
H.2. tds_fdw — connect to databases that use the TDS protocol
I. Additional Supplied Programs
I.1. AdditionalPostgreSQL/Postgres Pro Client Applications
I.2. Third-Party Client Applications
I.3. AdditionalPostgres Pro Server Applications
I.4. Third-Party Server Applications
J. External Projects
J.1. Client Interfaces
J.2. Administration Tools
J.3. Procedural Languages
J.4. Extensions
K. ConfiguringPostgres Pro for1C Solutions
L.Postgres Pro Limits
M. Demo DatabaseAirlines
M.1. Installation
M.2. Schema Diagram
M.3. Schema Description
M.4. Schema Objects
M.5. Usage
N. Acronyms
O. Glossary
P. Color Support
P.1. When Color is Used
P.2. Configuring the Colors
Q. Obsolete or Renamed Features
Q.1.recovery.conf file merged intopostgresql.conf
Q.2. Default Roles Renamed to Predefined Roles
Q.3.pg_xlogdump renamed topg_waldump
Q.4.pg_resetxlog renamed topg_resetwal
Q.5.pg_receivexlog renamed topg_receivewal

Prev Up Next
73.3. Backup Manifest WAL Range Object Home Appendix A. Postgres Pro Error Codes
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp