mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-06 00:32:13 +00:00
2 lines
110 B
SQL
2 lines
110 B
SQL
CREATE OR REPLACE FUNCTION dummy_display_ext_version()
|
|
RETURNS text LANGUAGE SQL AS 'SELECT (''3.0'')::text';
|