Skip to content

Commit

Permalink
Adding a upgrading SQL script file from 0.5.0 to 0.6.0 (apache#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
quocvietvuong authored Mar 8, 2022
1 parent 8b43886 commit ede73e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions age--0.5.0--0.6.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION age UPDATE TO '0.6.0'" to load this file. \quit

CREATE OR REPLACE FUNCTION ag_catalog.age_vle(
IN agtype, IN agtype, IN agtype, IN agtype,
IN agtype, IN agtype, IN agtype,
OUT edges agtype)
RETURNS SETOF agtype
LANGUAGE C
IMMUTABLE
STRICT
AS 'MODULE_PATHNAME';

0 comments on commit ede73e4

Please sign in to comment.