Contents
ALTER STATISTICS
A DDL command for modifying the definition of an extended statistics object
ALTER STATISTICS
is a DDL command for modifying the definition of an extended statistics object.
ALTER STATISTICS
was added in PostgreSQL 10.
Change history
- PostgreSQL 13
ALTER STATISTICS ... SET STATISTICS ...
syntax added (commit d06215d0)
- PostgreSQL 10
- added (commit 7b504eb2)
References
- PostgreSQL documentation: ALTER STATISTICS