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
Character Types
  • References/Database/PostgreSQL/Data Types

Table 8-4. Character Types Name Description

2025-01-10 15:47:30
CREATE GROUP
  • References/Database/PostgreSQL/Commands

NameCREATE GROUP -- define a new database role Synopsis

2025-01-10 15:47:30
Preventing Server Spoofing
  • References/Database/PostgreSQL/Server Setup and Operation

While the server is running, it is not possible for a malicious user to take the place of the normal database server. However, when the server is down, it is possible for a

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
pgcrypto
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The pgcrypto module provides cryptographic functions for PostgreSQL.

2025-01-10 15:47:30
ALTER FUNCTION
  • References/Database/PostgreSQL/Commands

NameALTER FUNCTION -- change the definition of a function Synopsis

2025-01-10 15:47:30
Pseudo-Types
  • References/Database/PostgreSQL/Data Types

The PostgreSQL type system contains a number of special-purpose entries that are collectively called pseudo-types

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

NameDECLARE -- define a cursor Synopsis

2025-01-10 15:47:30
Information Functions
  • References/Database/PostgreSQL/Functions/System Information

Table 9-59 shows several functions that extract session and system information. In addition to the functions listed in this section, there are

2025-01-10 15:47:30