Open herebebeasties opened 2 years ago
Compiler.Whitelist is public API, but I don't seem to be able to get hold of a compiler instance to set it. Some docs explaining how to do this would be very handy.
Compiler.Whitelist
(Use case: I'm trying to use tsrange operators in Postgres such as @>.)
tsrange
@>
Compiler.Whitelist
is public API, but I don't seem to be able to get hold of a compiler instance to set it. Some docs explaining how to do this would be very handy.(Use case: I'm trying to use
tsrange
operators in Postgres such as@>
.)