diff options
Diffstat (limited to 'contrib/tablefunc/tablefunc.h')
-rw-r--r-- | contrib/tablefunc/tablefunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h index 44cfd11fcc0..3002d32f992 100644 --- a/contrib/tablefunc/tablefunc.h +++ b/contrib/tablefunc/tablefunc.h @@ -34,5 +34,6 @@ */ extern Datum normal_rand(PG_FUNCTION_ARGS); extern Datum crosstab(PG_FUNCTION_ARGS); +extern Datum connectby_text(PG_FUNCTION_ARGS); #endif /* TABLEFUNC_H */ |