Update for default ISO date style
authorBruce Momjian
Tue, 11 Apr 2000 03:56:19 +0000 (03:56 +0000)
committerBruce Momjian
Tue, 11 Apr 2000 03:56:19 +0000 (03:56 +0000)
doc/src/sgml/datatype.sgml

index 8eb62c22c3dbe1f659d597a9477d82d786812e25..6e566c680d6f1e8a590fd252116dafc69110e8e7 100644 (file)
@@ -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.