diff options
Diffstat (limited to 'contrib/tablefunc/tablefunc.control')
-rw-r--r-- | contrib/tablefunc/tablefunc.control | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.control b/contrib/tablefunc/tablefunc.control new file mode 100644 index 00000000000..248b0a77a2d --- /dev/null +++ b/contrib/tablefunc/tablefunc.control @@ -0,0 +1,5 @@ +# tablefunc extension +comment = 'functions that manipulate whole tables, including crosstab' +default_version = '1.0' +module_pathname = '$libdir/tablefunc' +relocatable = true |