mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix memory leak when using justify_hours.
This commit is contained in:
@ -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
|
||||
-->
|
||||
|
||||
@ -5188,6 +5188,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
||||
</tgroup>
|
||||
</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:
|
||||
|
Reference in New Issue
Block a user