diff options
| author | Peter Eisentraut | 2015-04-26 14:33:14 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2015-04-26 14:33:14 +0000 |
| commit | cac76582053ef8ea07df65fed0757f352da23705 (patch) | |
| tree | 6ae01041aa61db9d686638b9d4c3ccd30d7c6487 /src/include/utils/syscache.h | |
| parent | f320cbb615e0374b18836337713239da58705cf3 (diff) | |
Add transforms feature
This provides a mechanism for specifying conversions between SQL data
types and procedural languages. As examples, there are transforms
for hstore and ltree for PL/Perl and PL/Python.
reviews by Pavel Stěhule and Andres Freund
Diffstat (limited to 'src/include/utils/syscache.h')
| -rw-r--r-- | src/include/utils/syscache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index ba0b0907dfb..ff9a4f2af3b 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -80,6 +80,8 @@ enum SysCacheIdentifier RULERELNAME, STATRELATTINH, TABLESPACEOID, + TRFOID, + TRFTYPELANG, TSCONFIGMAP, TSCONFIGNAMENSP, TSCONFIGOID, |
