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 9edc9f4 commit 3073f3dCopy full SHA for 3073f3d
jsquery--1.0--1.1.sql
@@ -0,0 +1,7 @@
1
+-- complain if script is sourced in psql, rather than via ALTER EXTENSION
2
+\echo Use "ALTER EXTENSION jsquery UPDATE TO '1.1'" to load this file. \quit
3
+
4
+CREATE OR REPLACE FUNCTION parse_mquery(cstring)
5
+ RETURNS jsquery
6
+ AS 'MODULE_PATHNAME'
7
+ LANGUAGE C STRICT IMMUTABLE;
0 commit comments