select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Functions and aggregates

pg_natural_sort_order

Natural sort ordering support through a C normalization function usable with indexes.

pgext.cloud · Source code · Documentation · License text · Control file · PGXN

Overview

Packagepg_natural_sort_order
Version1.0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars12
Latest commit2017-01-18
Latest release2016-09-12
Catalogue updated2026-08-30

Related extensions

See also

pg_sortstatsCollect per-query sort statistics and estimate required work_mem
pg_algorithmsC extension that adds example algorithm functions, including bubble sort and quicksort for integer arrays.