According to the PostgREST v7.0.0 docs, the GET
method should only work on RPC functions which are declared with STABLE
or IMMUTABLE
.
However I find that GET
s to a function declared VOLATILE PARALLEL UNSAFE
seems to work just fine.
Anyone know why?