Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Popular entries9783
pg_createsubscriber --publisher-server=connstr-P connstr--publisher-server=connstr
The connection string to the publisher. For details see Section 32.1.1.pg_createsubscriber › Options
pg_createsubscriber --recovery-timeout=seconds-t seconds--recovery-timeout=seconds
The maximum number of seconds to wait for recovery to end. Setting to 0 disables. The default is 0.pg_createsubscriber › Options
pg_createsubscriber --replication-slot=name--replication-slot=name
The replication slot name to set up the logical replication. Multiple replication slots can be specified by writing multiple --replication-slot switches. The number o…pg_createsubscriber › Options
pg_createsubscriber --socketdir=dir-s dir--socketdir=dir
The directory to use for postmaster sockets on target server. The default is current directory.pg_createsubscriber › Options
pg_createsubscriber --subscriber-port=port-p port--subscriber-port=port
The port number on which the target server is listening for connections. Defaults to running the target server on port 50432 to avoid unintended client connecti…pg_createsubscriber › Options
pg_createsubscriber --subscriber-username=username-U username--subscriber-username=username
The user name to connect as on target server. Defaults to the current operating system user name.pg_createsubscriber › Options
pg_createsubscriber --subscription=name--subscription=name
The subscription name to set up the logical replication. Multiple subscriptions can be specified by writing multiple --subscription switches. The number of subscription n…pg_createsubscriber › Options
pg_createsubscriber --verbose-v--verbose
Enables verbose mode. This will cause pg_createsubscriber to output progress messages and detailed information about each step to standard error. Repeating the option causes addi…pg_createsubscriber › Options
pg_createsubscriber --version-V--version
Print the pg_createsubscriber version and exit.pg_createsubscriber › Options
pg_credereumCryptographically verifiable database auditing backed by blockchain-style transaction blocks.
pg_credereum
SecuritySecurity · Extensions
pg_cronJob scheduler for PostgreSQL
pg_cron
Time seriesTime series · Extensions
pg_cron_helperExtension to help functionality of pg_cron
pg_cron_helper
Time seriesTime series · Extensions
pg_cryogenExperimental append-only compressed table access method for PostgreSQL 12 and later.
append-only compression table-access-method
pg_cryogen
AnalyticsAnalytics · Extensions
pg_cryptoRust cryptography with pgcrypto-compatible and modern primitives
cryptography hashing encryption
pg_crypto
SecuritySecurity · Extensions
pg_cryptocurrencyNative blockchain asset, amount, address, and uint256 types
blockchain asset exact-arithmetic
pg_cryptocurrency
Data typesData types · Extensions
pg_csvFlexible CSV processing for Postgres
pg_csv
Functions and aggregatesFunctions and aggregates · Extensions
pg_ctblmgrLogical Replication Based, Asynchronous Eager Materialized Views for PostgreSQL
pg_ctblmgr
FeaturesFeatures · Extensions
pg_ctlpg_ctl pg_ctl — initialize, start, stop, or control a PostgreSQL server
Synopsis pg_ctl init[db] [-D datadir] [-s] [-o initdb-options] pg_ctl start [-D datadir] [-l filename] [-W] [-t second…pg_ctl
pg_ctlpg_ctl pg_ctl — initialize, start, stop, or control a PostgreSQL server
Synopsis pg_ctl init[db] [-D datadir] [-s] [-o initdb-options] pg_ctl start [-D datadir] [-l filename] [-W] [-t second…pg_ctl
pg_ctl --core-files-c--core-files
Attempt to allow server crashes to produce core files, on platforms where this is possible, by lifting any soft resource limit placed on core files. This is useful in debuggin…pg_ctl › Options
pg_ctl --help-?--help
Show help about pg_ctl command line arguments, and exit.pg_ctl › Options
pg_ctl --log=filename-l filename--log=filename
Append the server log output to filename. If the file does not exist, it is created. By default, only the cluster owner can access the log file. If group access is …pg_ctl › Options
pg_ctl --mode=mode-m mode--mode=mode
Specifies the shutdown mode. mode can be smart, fast, or immediate, or the first letter of one of these three. If this option is omitted, fast is the default.pg_ctl › Options
pg_ctl --no-wait-W--no-wait
Do not wait for the operation to complete. This is the opposite of the option -w. If waiting is disabled, the requested action is triggered, but there is no feedback about its su…pg_ctl › Options
pg_ctl --options=initdb-options-o initdb-options--options=initdb-options
Specifies options to be passed directly to the initdb command. -o can be specified multiple times, with all the given options being passed through. …pg_ctl › Options
pg_ctl --options=options-o options--options=options
Specifies options to be passed directly to the postgres command. -o can be specified multiple times, with all the given options being passed through. The options …pg_ctl › Options
pg_ctl --pgdata=datadir-D datadir--pgdata=datadir
Specifies the file system location of the database configuration files. If this option is omitted, the environment variable PGDATA is used.pg_ctl › Options
pg_ctl --silent-s--silent
Print only errors, no informational messages.pg_ctl › Options
pg_ctl --timeout=seconds-t seconds--timeout=seconds
Specifies the maximum number of seconds to wait when waiting for an operation to complete (see option -w). Defaults to the value of the PGCTLTIMEOUT environment v…pg_ctl › Options
pg_ctl --version-V--version
Print the pg_ctl version and exit.pg_ctl › Options
pg_ctl --wait-w--wait
Wait for the operation to complete. This is supported for the modes start, stop, restart, promote, and register, and is the default for those modes. When waiting, pg_ctl repeatedly …pg_ctl › Options
pg_ctl -e source-e source
Name of the event source for pg_ctl to use for logging to the event log when running as a Windows service. The default is PostgreSQL. Note that this only controls messages sent fro…pg_ctl › Options › Options for Windows
pg_ctl -N servicename-N servicename
Name of the system service to register. This name will be used as both the service name and the display name. The default is PostgreSQL.pg_ctl › Options › Options for Windows
pg_ctl -P password-P password
Password for the user to run the service as.pg_ctl › Options › Options for Windows
pg_ctl -p path-p path
Specifies the location of the postgres executable. By default the postgres executable is taken from the same directory as pg_ctl, or failing that, the hard-wired installation directo…pg_ctl › Options
pg_ctl -S start-type-S start-type
Start type of the system service. start-type can be auto, or demand, or the first letter of one of these two. If this option is omitted, auto is the default.pg_ctl › Options › Options for Windows
pg_ctl -U username-U username
User name for the user to run the service as. For domain users, use the format DOMAIN\username.pg_ctl › Options › Options for Windows
pg_curlRun curl actions for data transfer in URL syntax
pg_curl
UtilitiesUtilities · Extensions
pg_current_logfilepg_current_logfile
System Information Functions And Operators
10
Primary log file name, or log in the requested format, currently in use by the logging collector
pg_current_logfile ( [text] …Functions · System Information Functions And Operators
pg_current_snapshotpg_current_snapshot
System Information Functions And Operators
13
Returns a current snapshot, a data structure showing which transaction IDs are now in-progress.
pg_current_snapshot () → pg_…Functions · System Information Functions And Operators
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open