From ceefbbf71804c1045446e387aed8cf982b773124 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Fri, 22 Sep 2006 16:35:55 +0000 Subject: [PATCH] Move incorrectly-located indexterm entry. --- doc/src/sgml/datetime.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml index 09e7d1797a..b275ff803e 100644 --- a/doc/src/sgml/datetime.sgml +++ b/doc/src/sgml/datetime.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.53 2006/09/22 16:20:00 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.54 2006/09/22 16:35:55 tgl Exp $ --> <appendix id="datetime-appendix"> <title>Date/Time Support</title> @@ -354,15 +354,15 @@ longer the case however and this key word will likely be dropped in a future release. </para> + </sect1> + + <sect1 id="datetime-config-files"> + <title>Date/Time Configuration Files</title> <indexterm> <primary>time zone</primary> <secondary>input abbreviations</secondary> </indexterm> - </sect1> - - <sect1 id="datetime-config-files"> - <title>Date/Time Configuration Files</title> <para> Since timezone abbreviations are not well standardized, -- 2.49.0