Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Popular entries9783
pg_deltaxFast time-series extension for PostgreSQL
compression pgrx postgres postgresql postgresql-extension rust time-series
pg_deltax
Time seriesTime series · Extensions
pg_depend52.18. pg_depend
The catalog pg_depend records the dependency relationships between database objects. This information allows DROP commands to find which other objects must be dropped by DRO…pg_depend
pg_dependpg_depend
System catalogs
10
The catalog pg_depend records the dependency relationships between database objects. This information allows DROP commands to find which other objects must be dr…System Catalogs · System catalogs
pg_describeReport a query's parameters and result columns without executing it
types introspection typescript codegen developer tools
pg_describe
UtilitiesUtilities · Extensions
pg_describe_objectpg_describe_object
System Information Functions And Operators
10
get description of a database object
pg_describe_object ( classid oid, objid oid, objsubid integer ) → text get description o…Functions · System Information Functions And Operators
pg_description52.19. pg_description
The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the COMMENT command and viewed with ps…pg_description
pg_descriptionpg_description
System catalogs
10
The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the COMMENT command and vi…System Catalogs · System catalogs
pg_diffixProvides strong dynamic anonymization for PostgreSQL query results.
anonymization privacy
pg_diffix
SecuritySecurity · Extensions
pg_digestData type for efficient storage of hash digests in PostgreSQL.
pg_digest
Data typesData types · Extensions
pg_dirty_handsProvides functions to freeze individual heap tuples, including an unlogged variant.
freeze storage tuple
pg_dirty_hands
AdministrationAdministration · Extensions
pg_dirtyreadRead dead but unvacuumed rows from table
pg_dirtyread
AdministrationAdministration · Extensions
pg_disable_data_checksumspg_disable_data_checksums
System Administration Functions
19
Disables data checksum calculation and validation for the cluster. This will set the data checksum state to inprogress-off while …Functions · System Administration Functions
pg_diskannAzure Database for PostgreSQL extension for DiskANN approximate-nearest-neighbor vector indexes.
pg_diskann
AI and vectorsAI and vectors · Extensions
pg_disorderPerturb unordered SELECT row order to expose order-dependent tests
testing flaky tests order by random planner hook debugging
pg_disorder
FeaturesFeatures · Extensions
pg_dispatchAsynchronous SQL dispatcher built on pg_cron
pg_dispatch
Time seriesTime series · Extensions
pg_dmsDocument management system with custom ID, family, and reference types plus action tracking and JSON registry helpers.
custom-type document-management registry
pg_dms
FeaturesFeatures · Extensions
pg_doc_storeProvides a JSONB document-store API with full-text search.
document-store full-text-search jsonb
pg_doc_store
FeaturesFeatures · Extensions
pg_documentdb_gw_hostpg documentdb gw host: Created by pgrx
pgrx rust
pg_documentdb_gw_host
CompatibilityCompatibility · Extensions
pg_documentsJSON access via HTTP server
pg_documents
FeaturesFeatures · Extensions
pg_dphypPreload-only DPHyp hypergraph dynamic-programming join enumeration algorithm for PostgreSQL.
pg_dphyp
FeaturesFeatures · Extensions
pg_drop_eventslogs transaction ids of drop table, drop column, drop materialized view statements
pg_drop_events
AdministrationAdministration · Extensions
pg_drop_replication_slotpg_drop_replication_slot
System Administration Functions
10
Drops the physical or logical replication slot named slot_name. Same as replication protocol command DROP_REPLICATION_SLOT. For lo…Functions · System Administration Functions
pg_dropbuffersDrop PostgreSQL shared buffers and the operating-system page cache for testing
buffer-cache cache-eviction testing
pg_dropbuffers
FeaturesFeatures · Extensions
pg_dropcacheInvalidate PostgreSQL shared_buffers cache for a database or relation
buffer-cache cache-eviction shared-buffers
pg_dropcache
AdministrationAdministration · Extensions
pg_dsm_registry_allocationspg_dsm_registry_allocations
System views
19
The pg_dsm_registry_allocations view shows shared memory allocations tracked in the dynamic shared memory (DSM) registry. This includes memory all…System Catalogs · System views
pg_dtmPluggable distributed transaction manager using shared global snapshots
distributed-transaction dtm shared-preload
pg_dtm
AdministrationAdministration · Extensions
pg_duckdbDuckDB Embedded in Postgres
duckdb
pg_duckdb
AnalyticsAnalytics · Extensions
pg_ducklakeDuckLake lakehouse extension for PostgreSQL, backed by DuckDB and Parquet
duckdb
pg_ducklake
AnalyticsAnalytics · Extensions
pg_duckpipeCDC synchronization from heap tables to DuckLake columnar tables
cdc ducklake logical-replication pgrx
pg_duckpipe
Replication and streamsReplication and streams · Extensions
pg_dumppg_dump pg_dump — export a PostgreSQL database as an SQL script or to other formats
Synopsis pg_dump [connection-option...] [option...] [dbname]pg_dump
pg_dump --attribute-inserts--column-inserts--attribute-inserts
Dump data as INSERT commands with explicit column names (INSERT INTO table (column, ...) VALUES ...). This will make restoration very slow; it is mainly u…pg_dump › Options
pg_dump --binary-upgrade--binary-upgrade
This option is for use by in-place upgrade utilities. Its use for other purposes is not recommended or supported. The behavior of the option may change in future releases wi…pg_dump › Options
pg_dump --blobs-b--large-objects--blobs (deprecated)
Include large objects in the dump. This is the default behavior except when --schema, --table, --schema-only, --statistics-only, or --no-data is specifi…pg_dump › Options
pg_dump --clean-c--clean
Output commands to DROP all the dumped database objects prior to outputting the commands for creating them. This option is useful when the restore is to overwrite an existing datab…pg_dump › Options
pg_dump --compress=method-Z level-Z method[:detail]--compress=level--compress=method[:detail]
Specify the compression method and/or the compression level to use. The compression method can be set to gzip, lz4, zstd,…pg_dump › Options
pg_dump --create-C--create
Begin the output with a command to create the database itself and reconnect to the created database. (With a script of this form, it doesn't matter which database in the destinati…pg_dump › Options
pg_dump --data-only-a--data-only
Dump only the data, not the schema (data definitions) or statistics. Table data, large objects, and sequence values are dumped. This option is similar to, but for historical re…pg_dump › Options
pg_dump --dbname=dbname-d dbname--dbname=dbname
Specifies the name of the database to connect to. This is equivalent to specifying dbname as the first non-option argument on the command line. The dbname can be a c…pg_dump › Options
pg_dump --disable-dollar-quoting--disable-dollar-quoting
This option disables the use of dollar quoting for function bodies, and forces them to be quoted using SQL standard string syntax.pg_dump › Options
pg_dump --disable-triggers--disable-triggers
This option is relevant only when creating a dump that includes data but does not include schema. It instructs pg_dump to include commands to temporarily disable triggers …pg_dump › Options
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open