Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60268e8

Browse files
committed
Return get_pathman_lib_version as deprecated function
1 parent 5ab36a6 commit 60268e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

init.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,3 +847,8 @@ 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)