initAnyNonArray registers the functions to the catalog.
()
| 23 | |
| 24 | // initAnyNonArray registers the functions to the catalog. |
| 25 | func initAnyNonArray() { |
| 26 | framework.RegisterFunction(anynonarray_in) |
| 27 | framework.RegisterFunction(anynonarray_out) |
| 28 | } |
| 29 | |
| 30 | // anynonarray_in represents the PostgreSQL function of anynonarray type IO input. |
| 31 | var anynonarray_in = framework.Function1{ |
no test coverage detected