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

Commit 9edc9f4

Browse files
NikitOS94NikitOS94
NikitOS94
authored and
NikitOS94
committed
Version 1.1
1 parent a2f116a commit 9edc9f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

jsquery--1.0.sql renamed to jsquery--1.1.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,8 @@ CREATE OR REPLACE FUNCTION gin_debug_query_path_value(jsquery)
291291
RETURNS text
292292
AS 'MODULE_PATHNAME'
293293
LANGUAGE C STRICT IMMUTABLE;
294+
295+
CREATE OR REPLACE FUNCTION parse_mquery(cstring)
296+
RETURNS jsquery
297+
AS 'MODULE_PATHNAME'
298+
LANGUAGE C STRICT IMMUTABLE;

jsquery.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jsquery extension
22
comment = 'data type for jsonb inspection'
3-
default_version = '1.0'
3+
default_version = '1.1'
44
module_pathname = '$libdir/jsquery'
55
relocatable = true
66

0 commit comments

Comments
 (0)