Catalogs: pg_user_mappings
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_user_mappings provides access to information about user mappings. This is essentially a publicly readable view of

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

NameALTER SEQUENCE -- change the definition of a sequence generator Synopsis

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

The isn module provides data types for the following international product numbering standards: EAN13, UPC, ISBN (books), ISMN (music), and ISSN

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
Acronyms
  • References/Database/PostgreSQL/Appendixes/Appendixes

This is a list of acronyms commonly used in the PostgreSQL documentation and in discussions about PostgreSQL

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

NameDROP LANGUAGE -- remove a procedural language Synopsis

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

NameUPDATE -- update rows of a table Synopsis

2025-01-10 15:47:30
Formatting Functions
  • References/Database/PostgreSQL/Functions/Data Type Formatting

The PostgreSQL formatting functions provide a powerful set of tools for converting various data types (date/time, integer, floating point,

2025-01-10 15:47:30
Lexical Structure
  • References/Database/PostgreSQL/Syntax

SQL input consists of a sequence of commands. A command is composed of a sequence of tokens, terminated by a semicolon (

2025-01-10 15:47:30
Server Configuration: Resource Consumption
  • References/Database/PostgreSQL/Server Configuration

19.4.1. Memory shared_buffers (integer)

2025-01-10 15:47:30