Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Popular entries9769
dropdb --version-V--version
Print the dropdb version and exit.dropdb › Options
Dropping Roles21.4. Dropping Roles
Because roles can own database objects and can hold privileges to access other objects, dropping a role is often not just a matter of a quick DROP ROLE. Any objects owne…Dropping Roles
dropuserdropuser dropuser — remove a PostgreSQL user account
Synopsis dropuser [connection-option...] [option...] [username]dropuser
dropuserdropuser dropuser — remove a PostgreSQL user account
Synopsis dropuser [connection-option...] [option...] [username]dropuser
dropuser --echo-e--echo
Echo the commands that dropuser generates and sends to the server.dropuser › Options
dropuser --help-?--help
Show help about dropuser command line arguments, and exit.dropuser › Options
dropuser --host=host-h host--host=host
Specifies the host name of the machine on which the server is running. If the value begins with a slash, it is used as the directory for the Unix domain socket.dropuser › Options
dropuser --if-exists--if-exists
Do not throw an error if the user does not exist. A notice is issued in this case.dropuser › Options
dropuser --interactive-i--interactive
Prompt for confirmation before actually removing the user, and prompt for the user name if none is specified on the command line.dropuser › Options
dropuser --no-password-w--no-password
Never issue a password prompt. If the server requires password authentication and a password is not available by other means such as a .pgpass file, the connection attempt wi…dropuser › Options
dropuser --password-W--password
Force dropuser to prompt for a password before connecting to a database. This option is never essential, since dropuser will automatically prompt for a password if the server de…dropuser › Options
dropuser --port=port-p port--port=port
Specifies the TCP port or local Unix domain socket file extension on which the server is listening for connections.dropuser › Options
dropuser --username=username-U username--username=username
User name to connect as (not the user name to drop).dropuser › Options
dropuser --version-V--version
Print the dropuser version and exit.dropuser › Options
dsefDiffStats and ExplainFull: detailed SQL reports for third party help & support
explain performance plan sql statistics stats
dsef
MonitoringMonitoring · Extensions
DsmAllocateDsmAllocate
IO
16
Waiting for a dynamic shared memory segment to be allocated.
17
18
19
20
The wait is normal when the workload is expected to perform this read, write, sync, allocation, or …Wait Events · IO
DsmFillZeroWriteDsmFillZeroWrite
IO
10
Waiting to write zero bytes to a dynamic shared memory backing file.
11
12
13
Waiting to fill a dynamic shared memory backing file with zeroes.
14
15
16
17
18
19
20
Th…Wait Events · IO
DSMRegistryDSMRegistry
LWLock
17
Waiting to read or update the dynamic shared memory registry.
18
19
20
A brief sample is normal around short internal critical sections.
Investigate when the same tranc…Wait Events · LWLock
DSMRegistryDSADSMRegistryDSA
LWLock
17
Waiting to access dynamic shared memory registry's dynamic shared memory allocator.
18
19
20
A brief sample is normal around short internal critical sections.
Invest…Wait Events · LWLock
DSMRegistryHashDSMRegistryHash
LWLock
17
Waiting to access dynamic shared memory registry's shared hash table.
18
19
20
A brief sample is normal around short internal critical sections.
Investigate when th…Wait Events · LWLock
duckdb_fdwDuckDB Foreign Data Wrapper
duckdb
duckdb_fdw
AnalyticsAnalytics · Extensions
dummy_dataReadable, Null Foreign Data Wrapper for Postgresql 9.3+
dummy_data
Foreign data wrappersForeign data wrappers · Extensions
dummy_index_amMinimal dummy index access method for testing PostgreSQL index-AM facilities.
dummy_index_am
FeaturesFeatures · Extensions
dump_fcinfoDumps the PostgreSQL fcinfo and rsinfo
c debug debugging debugging-tool devtools postgresql postgresql-extension
dump_fcinfo
UtilitiesUtilities · Extensions
dump_fdwForeign data wrapper for querying rows directly from PostgreSQL custom-format dump files
backup fdw pg-dump
dump_fdw
Foreign data wrappersForeign data wrappers · Extensions
dumppointsC implementation of ST_DumpPoints for PostGIS geometry collections.
geometry postgis st-dumppoints
dumppoints
GeospatialGeospatial · Extensions
dventimi@pg_flight_recorderServer-side flight recorder for PostgreSQL performance monitoring
database.dev tle
dventimi@pg_flight_recorder
MonitoringMonitoring · Extensions
dventimi@pg_flight_recorder_controlControl functions for pg_flight_recorder
database.dev tle
dventimi@pg_flight_recorder_control
MonitoringMonitoring · Extensions
dventimi@pg_flight_recorder_reportingReporting and analysis functions for pg_flight_recorder
database.dev tle
dventimi@pg_flight_recorder_reporting
MonitoringMonitoring · Extensions
dventimi@pg_partition_magicianPure-SQL online RANGE partition manager for time, numeric, UUIDv7, and encoded text keys
database.dev tle partitioning
dventimi@pg_partition_magician
AnalyticsAnalytics · Extensions
Dynamic Domain TransitionsF.40.5.5. Dynamic Domain Transitions
It is possible to use SELinux's dynamic domain transition feature to switch the security label of the client process, the client domain, to a new context…Dynamic Domain Transitions
Dynamic Loading36.10.1. Dynamic Loading
The first time a user-defined function in a particular loadable object file is called in a session, the dynamic loader loads that object file into memory so that the…Dynamic Loading
Dynamic SQL34.5. Dynamic SQL
In many cases, the particular SQL statements that an application has to execute are known at the time the application is written. In some cases, however, the SQL statements…Dynamic SQL
Dynamic Tracing27.5. Dynamic Tracing
PostgreSQL provides facilities to support dynamic tracing of the database server. This allows an external utility to be called at specific points in the code and thereb…Dynamic Tracing
dynamic_library_pathdynamic_library_path
Client Connection Defaults
10
If a dynamically loadable module needs to be opened and the file name specified in the CREATE FUNCTION or LOAD command does not have a dire…Configuration · Client Connection Defaults
dynamic_shared_memory_typedynamic_shared_memory_type
Resource Usage
10
Specifies the dynamic shared memory implementation that the server should use. Possible values are posix (for POSIX shared memory allocated using…Configuration · Resource Usage
DynamicSharedMemoryControlDynamicSharedMemoryControl
LWLock
10
Waiting to read or update dynamic shared memory state.
11
12
13
Waiting to read or update dynamic shared memory allocation information.
14
15
16
17
18
19…Wait Events · LWLock
dynamodb_fdwForeign data wrapper for querying and modifying Amazon DynamoDB tables from PostgreSQL.
aws dynamodb fdw
dynamodb_fdw
Foreign data wrappersForeign data wrappers · Extensions
eacheach ( hstore ) → setof record ( key text, value text ) Extracts an hstore's keys and values as a set of records. select * from each('a=>1,b=>2') → key | value -----+------- a | 1 b | 2hstore — hstore key/value datatype › hstore Operators and Functions
eaggrThe OpenEAGGR software library is an implementation of a Discrete Global Grid System (DGGS) which models the Earth's surface as a network of equal area cells.
eaggr
GeospatialGeospatial · Extensions
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open