From 2ec958721d6b13061c1778ca9cbdc41f8cd4d7a1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 24 Nov 2001 19:57:06 +0000 Subject: Tweak int8in to accept -9223372036854775808, per recent discussion in pgsql-patches. --- doc/src/sgml/datatype.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c7c0d740a94..52ff88ed9d7 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -385,7 +385,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.75 2001/11/21 21:12:34 tg bigint 8 bytes Very large range fixed-precision - -9223372036854775807 to 9223372036854775807 + -9223372036854775808 to 9223372036854775807 -- cgit v1.2.3