diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-25 01:30:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-25 01:30:06 +0000 |
commit | 4ea18a11fa42bba4f6b50bfb86ab3173329198bd (patch) | |
tree | c81ccf556455094280122f7a799c55e122e36e96 /doc/src | |
parent | 12c41d7ebdc3823762801270b5db4d32bad4ab14 (diff) | |
download | postgresql-4ea18a11fa42bba4f6b50bfb86ab3173329198bd.tar.gz postgresql-4ea18a11fa42bba4f6b50bfb86ab3173329198bd.zip |
Fix memory leak when using justify_hours.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.282 2005/08/24 20:49:35 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.283 2005/08/25 01:29:55 momjian Exp $ PostgreSQL documentation --> @@ -5189,6 +5189,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); </table> <para> + If you are using both <function>justify_hours</> and <function>justify_days</>, + it is best to use <function>justify_hours</> first so any additional days will + justified by <function>justify_days</>. + </para> + + <para> In addition to these functions, the SQL <literal>OVERLAPS</> operator is supported: <synopsis> |