Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Popular entries9769
dblink_closedblink_close dblink_close — closes a cursor in a remote database
Synopsis dblink_close(text cursorname [, bool fail_on_error]) returns text dblink_close(text connname, text cursorname [, boo…dblink_close
dblink_connectdblink_connect dblink_connect — opens a persistent connection to a remote database
Synopsis dblink_connect(text connstr) returns text dblink_connect(text connname, text connstr) returns textdblink_connect
dblink_connect_udblink_connect_u dblink_connect_u — opens a persistent connection to a remote database, insecurely
Synopsis dblink_connect_u(text connstr) returns text dblink_connect_u(text connname, text c…dblink_connect_u
dblink_disconnectdblink_disconnect dblink_disconnect — closes a persistent connection to a remote database
Synopsis dblink_disconnect() returns text dblink_disconnect(text connname) returns textdblink_disconnect
dblink_error_messagedblink_error_message dblink_error_message — gets last error message on the named connection
Synopsis dblink_error_message(text connname) returns textdblink_error_message
dblink_execdblink_exec dblink_exec — executes a command in a remote database
Synopsis dblink_exec(text connname, text sql [, bool fail_on_error]) returns text dblink_exec(text connstr, text sql [, bool…dblink_exec
dblink_fetchdblink_fetch dblink_fetch — returns rows from an open cursor in a remote database
Synopsis dblink_fetch(text cursorname, int howmany [, bool fail_on_error]) returns setof record dblink_fetch…dblink_fetch
dblink_get_connectionsdblink_get_connections dblink_get_connections — returns the names of all open named dblink connections
Synopsis dblink_get_connections() returns text[]dblink_get_connections
dblink_get_notifydblink_get_notify dblink_get_notify — retrieve async notifications on a connection
Synopsis dblink_get_notify() returns setof (notify_name text, be_pid int, extra text) dblink_get_notify(tex…dblink_get_notify
dblink_get_pkeydblink_get_pkey dblink_get_pkey — returns the positions and field names of a relation's primary key fields
Synopsis dblink_get_pkey(text relname) returns setof dblink_pkey_resultsdblink_get_pkey
dblink_get_resultdblink_get_result dblink_get_result — gets an async query result
Synopsis dblink_get_result(text connname [, bool fail_on_error]) returns setof recorddblink_get_result
dblink_is_busydblink_is_busy dblink_is_busy — checks if connection is busy with an async query
Synopsis dblink_is_busy(text connname) returns intdblink_is_busy
dblink_opendblink_open dblink_open — opens a cursor in a remote database
Synopsis dblink_open(text cursorname, text sql [, bool fail_on_error]) returns text dblink_open(text connname, text cursorname, …dblink_open
dblink_plusRun SQL against external PostgreSQL, Oracle, MySQL, and SQLite databases from PostgreSQL.
dblink mysql oracle sqlite
dblink_plus
Foreign data wrappersForeign data wrappers · Extensions
dblink_send_querydblink_send_query dblink_send_query — sends an async query to a remote database
Synopsis dblink_send_query(text connname, text sql) returns intdblink_send_query
dbms_jobEPAS Oracle-compatible DBMS_JOB package backed by EDB Job Scheduler.
oracle scheduler jobs compatibility
edb_job_scheduler
Time seriesTime series · Extensions
dbms_schedulerEPAS Oracle-compatible DBMS_SCHEDULER programs, schedules, and jobs.
oracle scheduler jobs compatibility
edb_job_scheduler
Time seriesTime series · Extensions
dbms_sqlImplements a subset of Oracle's DBMS_SQL package API to ease application migration to PostgreSQL.
dbms-sql migration oracle-compatibility
dbms_sql
CompatibilityCompatibility · Extensions
dbnamedbname
The database name. Defaults to be the same as the user name. In certain contexts, the value is checked for extended formats; see Section 32.1.1 for more details on those.Database Connection Control Functions › Parameter Key Words
dbpatchPostgreSQL database patch change management extension
change database deploying management patch
dbpatch
AdministrationAdministration · Extensions
dbstatCollects exact table row counts and modification timing through SQL objects and a companion libpq process.
monitoring statistics
dbstat
MonitoringMonitoring · Extensions
dbstatsDescriptive statistics and data quality analysis for PostgreSQL
dbstats
Functions and aggregatesFunctions and aggregates · Extensions
dbt2OSDL-DBT-2 test kit
test
dbt2
Procedural languagesProcedural languages · Extensions
dbtune_mabDBTune MAB advisor for PostgreSQL
dbtune_mab
FeaturesFeatures · Extensions
dc_fdwHistorical foreign data wrapper for document collections stored on local disk.
fdw document filesystem collection
dc_fdw
Foreign data wrappersForeign data wrappers · Extensions
DDL PermissionsF.40.5.3. DDL Permissions
SELinux defines several permissions to control common operations for each object type; such as creation, alter, drop and relabel of security label. In addition, sev…DDL Permissions
ddl_command_end38.1.3. ddl_command_end
The ddl_command_end event occurs just after the execution of the same set of commands as ddl_command_start. To obtain more details on the DDL operations that took pla…ddl_command_end
ddl_command_start38.1.2. ddl_command_start
The ddl_command_start event occurs just before the execution of a DDL command. DDL commands in this context are:
CREATE ALTER DROP COMMENT GRANT IMPORT FOREIGN SCHE…ddl_command_start
ddl_historizationHistorize the ddl changes inside PostgreSQL database
ddl_historization
UtilitiesUtilities · Extensions
ddl_replReplicate DDL and DCL commands across PostgreSQL instances by means of a utility hook
ddl hook replication
pg_repl
Replication and streamsReplication and streams · Extensions
ddl_versioningDDL object versioning with event triggers for tables, indexes, functions, and views.
ddl event-trigger versioning
ddl_versioning
AdministrationAdministration · Extensions
ddlaAudit DDL changes with event triggers and queryable log functions
audit ddl event-trigger
ddla
SecuritySecurity · Extensions
ddlxDDL eXtractor functions
pgdg-flaw
pg_ddlx
AdministrationAdministration · Extensions
ddsketchProvides ddsketch aggregate function
beta
ddsketch
Functions and aggregatesFunctions and aggregates · Extensions
deadlock_timeoutdeadlock_timeout
Lock Management
10
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The check for deadlock is relative…Configuration · Lock Management
Deadlocks13.3.4. Deadlocks
The use of explicit locking can increase the likelihood of deadlocks, wherein two (or more) transactions each hold locks that the other wants. For example, if transaction 1…Deadlocks
DEALLOCATEDEALLOCATE DEALLOCATE — deallocate a prepared statement
Synopsis DEALLOCATE [ PREPARE ] { name | ALL }DEALLOCATE
DEALLOCATEDEALLOCATE
Cursors & Prepared Statements
10
deallocate a prepared statement
DEALLOCATE [ PREPARE ] { name | ALL }
DEALLOCATE is used to deallocate a previously prepared SQL statement. If you…SQL Commands · Cursors & Prepared Statements
DEALLOCATE DESCRIPTORDEALLOCATE DESCRIPTOR DEALLOCATE DESCRIPTOR — deallocate an SQL descriptor area
Synopsis DEALLOCATE DESCRIPTOR nameDEALLOCATE DESCRIPTOR
Debian PackagesJ.2.3. Debian Packages
There is a full set of packages of the documentation tools available for Debian GNU/Linux. To install, simply use:
apt-get install docbook-xml docbook-xsl libxml2-util…Debian Packages
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open