1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Reject out-of-range dates in date_in().

Kris Jurka
This commit is contained in:
Tom Lane
2006-02-09 03:40:42 +00:00
parent f9ce97c5a1
commit a14302080f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.154.4.1 2005/01/22 23:05:47 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.154.4.2 2006/02/09 03:40:42 tgl Exp $
-->
<chapter id="datatype">
@@ -1358,7 +1358,7 @@ SELECT b, char_length(b) FROM test2;
<entry>4 bytes</entry>
<entry>dates only</entry>
<entry>4713 BC</entry>
<entry>32767 AD</entry>
<entry>5874897 AD</entry>
<entry>1 day</entry>
</row>
<row>