mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07: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';
|