Sha256: 1cbd9c6dab0440de713d8e311df6ec8accab104aa3b90764bea93f1720359db4
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
/* * Author: <%= maintainer %> * Created at: <%= Time.now %> * */ -- -- This is a example code genereted automaticaly -- by pgxn-utils. -- This is how you define a C function in PostgreSQL. CREATE OR REPLACE FUNCTION <%= extension_name %>(text) RETURNS text AS '<%= extension_name %>' LANGUAGE C IMMUTABLE STRICT; -- See more: http://www.postgresql.org/docs/current/static/xfunc-c.html
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pgxn_utils-0.1.4 | lib/pgxn_utils/templates/c/sql/%extension_name%.sql.tt |