diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-04-08 04:37:36 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-04-08 04:37:36 +0000 |
commit | 1dc789bac527b19c3082de24c022738d6e046d47 (patch) | |
tree | ce46ed77e0344f8e53782d826fb1b732d3341c1f /doc/src | |
parent | 38671e01e9282c10a0ca01fb6e7b74409a239ab9 (diff) | |
download | postgresql-1dc789bac527b19c3082de24c022738d6e046d47.tar.gz postgresql-1dc789bac527b19c3082de24c022738d6e046d47.zip |
DST-transition-sensitive tests seem to be in horology now, not
timestamp.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/regress.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index aece9978b7a..9f6ff60541b 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.25 2002/01/20 22:19:56 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.26 2002/04/08 04:37:36 tgl Exp $ --> <chapter id="regress"> <title id="regress-title">Regression Tests</title> @@ -200,7 +200,7 @@ <title>Date and time differences</title> <para> - Some of the queries in the <filename>timestamp</filename> test will + Some of the queries in the <filename>horology</filename> test will fail if you run the test on the day of a daylight-saving time changeover, or the day before or after one. These queries assume that the intervals between midnight yesterday, midnight today and |