diff options
Diffstat (limited to 'contrib/tablefunc')
-rw-r--r-- | contrib/tablefunc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile index eb108931ec4..7150117640d 100644 --- a/contrib/tablefunc/Makefile +++ b/contrib/tablefunc/Makefile @@ -4,6 +4,7 @@ MODULES = tablefunc EXTENSION = tablefunc DATA = tablefunc--1.0.sql tablefunc--unpackaged--1.0.sql +PGFILEDESC = "tablefunc - various functions that return tables" REGRESS = tablefunc |