Track: Evaluation of impure functions #3552
Labels
component/common
Common components, such as array, data chunk, expression.
help wanted
Issues that need help from contributors
type/enhancement
Improvements to existing implementation.
Opening an issue to track various special functions we have encountered so far. No proposals yet.
random
(pg)timestamp
totimestamp with time zone
(TimeZone
Tracking: Exprs blocked by support of implicit TimeZone of session #5826)date
to string (DateStyle
unrecognized configuration parameter "datestyle" #3253)float
to string (extra_float_digits
Support configuration parameterextra_float_digits
#3406)pg_catalog
and used by psql\d
(pg Tracking: System Table in pg_catalog #2954 (comment)):pg_get_userbyid
pg_table_is_visible
pg_sleep
: We already decided to remove it refactor: remove functionpg_sleep
#2576(Note that expression evaluation does not include aggregates and table functions.)
PostgreSQL classifies functions into 3 categories: immutable, stable and volatile.
The text was updated successfully, but these errors were encountered: