diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-19 17:22:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-19 17:22:42 +0000 |
commit | 85fca79a0265ae9fdca19dfed14ab4939390d8e6 (patch) | |
tree | 51caf121e9da199f00002d8c3b36208eeb85a2c5 | |
parent | 9b5e108ee9d2fff1fc0dd6f6929582bb2744f0a9 (diff) | |
download | postgresql-85fca79a0265ae9fdca19dfed14ab4939390d8e6.tar.gz postgresql-85fca79a0265ae9fdca19dfed14ab4939390d8e6.zip |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/release.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 10a9ba090d9..c1b877a3d2c 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.441 2006/09/19 02:25:13 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.442 2006/09/19 17:22:42 tgl Exp $ --> <!-- Typical markup: @@ -213,6 +213,7 @@ For new features, add links to the documentation sections. Have <function>to_char(time)</> and <function>to_char(interval)</> treat <literal>'HH'</> and <literal>'HH12'</> as 12-hour intervals. + </para> <para> Most applications should use <literal>'HH24'</> unless they |