diff options
Diffstat (limited to 'contrib/tablefunc/sql/tablefunc.sql')
-rw-r--r-- | contrib/tablefunc/sql/tablefunc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tablefunc/sql/tablefunc.sql b/contrib/tablefunc/sql/tablefunc.sql index 3d58d814079..25b430e4a03 100644 --- a/contrib/tablefunc/sql/tablefunc.sql +++ b/contrib/tablefunc/sql/tablefunc.sql @@ -1,6 +1,6 @@ -- -- first, define the functions. Turn off echoing so that expected file --- does not depend on contents of seg.sql. +-- does not depend on contents of tablefunc.sql. -- \set ECHO none \i tablefunc.sql |