Type Conversion: Value Storage
  • References/Database/PostgreSQL/Type Conversion

Values to be inserted into a table are converted to the destination column's data type according to the following steps.

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

NameALTER CONVERSION -- change the definition of a conversion Synopsis

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

NameEND -- commit the current transaction Synopsis

2025-01-10 15:47:30
ALTER TEXT SEARCH TEMPLATE
  • References/Database/PostgreSQL/Commands

NameALTER TEXT SEARCH TEMPLATE -- change the definition of a text search template

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

The auto_explain module provides a means for logging execution plans of slow statements automatically, without having to run

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

NameSTART TRANSACTION -- start a transaction block Synopsis

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

The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the

2025-01-10 15:47:30
Modifying Tables
  • References/Database/PostgreSQL/Data Definition

When you create a table and you realize that you made a mistake, or the requirements of the application change, you can drop the table and create it again. But this is not

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

The data type uuid stores Universally Unique Identifiers (UUID) as defined by RFC 4122, ISO/IEC 9834-8:2005, and related standards. (Some systems

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

The catalog pg_operator stores information about operators. See CREATE

2025-01-10 15:47:30