initArrayToString registers the functions to the catalog.
()
| 26 | |
| 27 | // initArrayToString registers the functions to the catalog. |
| 28 | func initArrayToString() { |
| 29 | framework.RegisterFunction(array_to_string_anyarray_text) |
| 30 | framework.RegisterFunction(array_to_string_anyarray_text_text) |
| 31 | } |
| 32 | |
| 33 | // array_to_string_anyarray_text represents the PostgreSQL array function taking 2 parameters. |
| 34 | var array_to_string_anyarray_text = framework.Function2{ |
no test coverage detected