4da6d8cbf9
* postgresql_ext: add version new option * postgresql_ext: add version new option, fix ssl tests * postgresql_ext: add version new option, fix tests * postgresql_ext: add version new option, fix examples * postgresql_ext: add version new option, fix the doc * postgresql_ext: add version new option, fix examples * postgresql_ext: add version new option, fix typo in tests
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';
|