fix?(package): postgreact
This commit is contained in:
12
package/c/postgreact/postgreact--1.0.sql
Normal file
12
package/c/postgreact/postgreact--1.0.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||||
\echo Use "CREATE EXTENSION postgreact" to load this file. \quit
|
||||
|
||||
-- Define the hello function that uses our C implementation
|
||||
CREATE FUNCTION hello()
|
||||
RETURNS
|
||||
TEXT
|
||||
STRICT VOLATILE
|
||||
LANGUAGE C
|
||||
AS
|
||||
'MODULE_PATHNAME', 'hello'
|
||||
;
|
||||
Reference in New Issue
Block a user