mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-29 06:43:08 +00:00
3 lines
110 B
SQL
3 lines
110 B
SQL
CREATE OR REPLACE FUNCTION dummy_display_ext_version()
|
|
RETURNS text LANGUAGE SQL AS 'SELECT (''2.0'')::text';
|