From: Thomas G. Lockhart Date: Wed, 29 Mar 2000 03:57:11 +0000 (+0000) Subject: Change rules for interpreting date/time input to disallow 1 and 3 character X-Git-Tag: REL7_0~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcd488d0ce351dfc50b54320abe186300816651a;p=thirdparty%2Fpostgresql.git Change rules for interpreting date/time input to disallow 1 and 3 character years. Rejects dates like '0.085', which were accepted previously. Minor mods of ODBC markup. --- diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml index 77c1cac55d7..f89f2be23a1 100644 --- a/doc/src/sgml/datetime.sgml +++ b/doc/src/sgml/datetime.sgml @@ -1,8 +1,13 @@