From: Bruce Momjian Date: Tue, 11 Apr 2000 03:56:19 +0000 (+0000) Subject: Update for default ISO date style X-Git-Tag: REL7_0~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57046097a13c9bb4d7c815d4d3fbe6b963f99e3;p=thirdparty%2Fpostgresql.git Update for default ISO date style --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 8eb62c22c3d..6e566c680d6 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -652,7 +652,7 @@ CREATE TABLE tablename (SET DateStyle TO 'US' or SET DateStyle TO 'NonEuropean' specifies the variant month before day, the command SET DateStyle TO 'European' sets the variant - day before month. The US style + day before month. The ISO style is the default but this default can be changed at compile time or at run time.