7c8b046b5f
* Copy in incidental posix tests. * Update incidental test aliases. * Update target names. * Add support plugins. * Fix paths. * Update ignores. * Update integration-aliases sanity test. * Add incidental tests to CI.
2 lines
110 B
SQL
2 lines
110 B
SQL
CREATE OR REPLACE FUNCTION dummy_display_ext_version()
|
|
RETURNS text LANGUAGE SQL AS 'SELECT (''1.0'')::text';
|