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

Commit 3073f3d

Browse files
NikitOS94NikitOS94
NikitOS94
authored and
NikitOS94
committed
Migration script
1 parent 9edc9f4 commit 3073f3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jsquery--1.0--1.1.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)