test_decoding
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

test_decoding is an example of a logical decoding output plugin. It doesn't do anything especially useful, but can serve as a starting point for

2025-01-10 15:47:30
pg_ctl
  • References/Database/PostgreSQL/Applications

Namepg_ctl -- initialize, start, stop, or control a PostgreSQL server

2025-01-10 15:47:30
Hot Standby
  • References/Database/PostgreSQL/High Availability

Hot Standby is the term used to describe the ability to connect to the server and run read-only queries while the server is in archive recovery or standby mode. This is useful

2025-01-10 15:47:30
tcn
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tcn module provides a trigger function that notifies listeners of changes to any table on which it is attached. It must be used as an

2025-01-10 15:47:30
SET TRANSACTION
  • References/Database/PostgreSQL/Commands

NameSET TRANSACTION -- set the characteristics of the current transaction Synopsis

2025-01-10 15:47:30
When Can Parallel Query Be Used?
  • References/Database/PostgreSQL/Parallel Query

There are several settings which can cause the query planner not to generate a parallel query plan under any circumstances. In order for any parallel query plans whatsoever

2025-01-10 15:47:30
pgcrypto
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The pgcrypto module provides cryptographic functions for PostgreSQL.

2025-01-10 15:47:30
tsm_system_time
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tsm_system_time module provides the table sampling method SYSTEM_TIME, which can be used in the

2025-01-10 15:47:30
Server Configuration: Error Handling
  • References/Database/PostgreSQL/Server Configuration

exit_on_error (boolean) If true, any error will terminate the current session

2025-01-10 15:47:30
DROP TABLESPACE
  • References/Database/PostgreSQL/Commands

NameDROP TABLESPACE -- remove a tablespace Synopsis

2025-01-10 15:47:30