Skip to content

Commit fc4463e

Browse files
committed
Remove get_pathman_lib_version
1 parent 4f932ab commit fc4463e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

init.sql

-5
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,3 @@ LANGUAGE C STRICT;
847847
CREATE OR REPLACE FUNCTION @extschema@.pathman_version()
848848
RETURNS CSTRING AS 'pg_pathman', 'pathman_version'
849849
LANGUAGE C STRICT;
850-
851-
-- deprecated
852-
CREATE OR REPLACE FUNCTION public.get_pathman_lib_version()
853-
RETURNS CSTRING AS 'pg_pathman', 'pathman_version'
854-
LANGUAGE C STRICT;

0 commit comments

Comments
 (0)