mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
This will allow enums to be used in exclusion constraints. The code uses the new CallerFInfoFunctionCall infrastructure in fmgr, and the support for it added to btree_gist in commit 393bb504d7. Reviewed by Tom Lane and Anastasia Lubennikova Discussion: http://postgr.es/m/56EA8A71.8060107@dunslane.net |
||
|---|---|---|
| .. | ||
| bit.data | ||
| cash.data | ||
| char.data | ||
| date.data | ||
| enum.data | ||
| float4.data | ||
| float8.data | ||
| inet.data | ||
| int2.data | ||
| int4.data | ||
| int8.data | ||
| interval.data | ||
| macaddr.data | ||
| numeric.data | ||
| text.data | ||
| time.data | ||
| timestamp.data | ||
| timestamptz.data | ||
| timetz.data | ||
| uuid.data | ||
| varbit.data | ||