From 4ea18a11fa42bba4f6b50bfb86ab3173329198bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Aug 2005 01:30:06 +0000 Subject: Fix memory leak when using justify_hours. --- doc/src/sgml/func.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index fda53ad1295..9bef5e13783 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -5188,6 +5188,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); + + If you are using both justify_hours and justify_days, + it is best to use justify_hours first so any additional days will + justified by justify_days. + + In addition to these functions, the SQL OVERLAPS operator is supported: -- cgit v1.2.3