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

dict_xsyn (Extended Synonym Dictionary) is an example of an add-on dictionary template for full-text search. This dictionary type replaces words

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

The tablefunc module includes various functions that return tables (that is, multiple rows). These functions are useful both in their own right

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

The lo module provides support for managing Large Objects (also called LOs or BLOBs). This includes a data type lo and

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

sepgsql is a loadable module that supports label-based mandatory access control (MAC) based on SELinux security

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

The citext module provides a case-insensitive character string type, citext. Essentially, it internally calls

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

The postgres_fdw module provides the foreign-data wrapper postgres_fdw, which can be used to access data stored in

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

btree_gin provides sample GIN operator classes that implement B-tree equivalent behavior for the data types int2,

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

The pageinspect module provides functions that allow you to inspect the contents of database pages at a low level, which is useful for debugging

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

This module implements a data type ltree for representing labels of data stored in a hierarchical tree-like structure. Extensive facilities for searching

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

The spi module provides several workable examples of using SPI and triggers. While these functions are of some value in their own right, they

2025-01-10 15:47:30