Skip to main content

Module computed_fields

Module computed_fields 

Source
Expand description

Computed fields introspection query

Query for detecting functions that can be used as computed fields. These are functions that take a table row type as the first parameter and return a scalar value (not a composite type).

Constantsยง

COMPUTED_FIELDS_QUERY
SQL query to find computed field functions