Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f116a commit 9edc9f4Copy full SHA for 9edc9f4
jsquery--1.0.sql renamed to jsquery--1.1.sql
@@ -291,3 +291,8 @@ CREATE OR REPLACE FUNCTION gin_debug_query_path_value(jsquery)
291
RETURNS text
292
AS 'MODULE_PATHNAME'
293
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
@@ -1,6 +1,6 @@
1
# jsquery extension
2
comment = 'data type for jsonb inspection'
3
-default_version = '1.0'
+default_version = '1.1'
4
module_pathname = '$libdir/jsquery'
5
relocatable = true
6
0 commit comments