Privileges
  • References/Database/PostgreSQL/Data Definition

When an object is created, it is assigned an owner. The owner is normally the role that executed the creation statement. For most kinds of objects, the initial state is that

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

Namepg_dumpall -- extract a PostgreSQL database cluster into a script file

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

The pgstattuple module provides various functions to obtain tuple-level statistics. F

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

Namevacuumdb -- garbage-collect and analyze a PostgreSQL database

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

The sslinfo module provides information about the SSL certificate that the current client provided when connecting to

2025-01-10 15:47:30
How Parallel Query Works
  • References/Database/PostgreSQL/Parallel Query

When the optimizer determines that parallel query is the fastest execution strategy for a particular query, it will create a query plan which includes a Gather

2025-01-10 15:47:30
Locking and Indexes
  • References/Database/PostgreSQL/Concurrency Control

Though PostgreSQL provides nonblocking read/write access to table data, nonblocking read/write access is not currently offered for every index

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

The uuid-ossp module provides functions to generate universally unique identifiers (UUIDs) using one of several standard algorithms. There are

2025-01-10 15:47:30
Internals//GIN Indexes: Limitations
  • References/Database/PostgreSQL/Internals/GIN Indexes

GIN assumes that indexable operators are strict. This means that extractValue will not be called at all on

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