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

unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output

2025-01-10 15:47:30
Type Conversion
  • References/Database/PostgreSQL/Type Conversion

SQL is a strongly typed language. That is, every data item has an associated data type which determines its behavior and allowed usage.

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

Namecreatelang -- install a PostgreSQL procedural language

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

NameLOAD -- load a shared library file Synopsis

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

NameDROP AGGREGATE -- remove an aggregate function Synopsis

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

NameCREATE SEQUENCE -- define a new sequence generator Synopsis

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

The tsearch2 module provides backwards-compatible text search functionality for applications that used tsearch2

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

JSON data types are for storing JSON (JavaScript Object Notation) data, as specified in RFC 7159.

2025-01-10 15:47:30
Catalogs: pg_shseclabel
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the

2025-01-10 15:47:30
Catalogs: pg_tables
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_tables provides access to useful information about each table in the database.

2025-01-10 15:47:30