|
Resource
|
Description
|
|
YSQL Major Upgrade in YugabyteDB Anywhere
|
Requirements, prechecks, and procedures for upgrading a YugabyteDB Anywhere universe from a PostgreSQL 11–based release to a PostgreSQL 15–based release.
|
YugabyteDB pgcrypto Extension
|
YugabyteDB documentation for enabling and using the pgcrypto extension.
|
|
YugabyteDB Issue #29267
|
Tracks the PostgreSQL 15 upgrade conflict when pgcrypto is installed in pg_catalog.
|
PostgreSQL 11 pg_extension Catalog
|
Describes extension metadata, including extnamespace and extrelocatable.
|
PostgreSQL ALTER EXTENSION
|
Documents ALTER EXTENSION ... SET SCHEMA and the requirement that an extension be relocatable.
|
PostgreSQL CREATE EXTENSION
|
Documents installing an extension in the current database and selecting its target schema.
|
PostgreSQL DROP EXTENSION
|
Explains extension removal and the difference between the default RESTRICT behavior and CASCADE.
|
|
PostgreSQL 15 UUID Functions
|
Documents the PostgreSQL 15 built-in gen_random_uuid() function.
|
PostgreSQL 15 pgcrypto
|
Describes the hashing, password-hashing, encryption, and random-data functions that remain available through pgcrypto.
|
|
PostgreSQL 15 Schemas and Search Path
|
Explains schema qualification, search_path, and the special handling of pg_catalog.
|