For to_char() day/month abbrevitions, mention "3 chars in English,
authorBruce Momjian
Mon, 20 Nov 2006 20:20:18 +0000 (20:20 +0000)
committerBruce Momjian
Mon, 20 Nov 2006 20:20:18 +0000 (20:20 +0000)
localized lengths vary".

doc/src/sgml/func.sgml

index 96f9ce0a14df635bfe5b3e3dd3c4b30cb28617ba..45db44b4bc3df3b29139ee541144299c0abd5d7b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
@@ -4553,15 +4553,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
        
        
         MON
-        abbreviated uppercase month name (3 chars)
+        abbreviated uppercase month name (3 chars in English, localized lengths vary)
        
        
         Mon
-        abbreviated mixed-case month name (3 chars)
+        abbreviated mixed-case month name (3 chars in English, localized lengths vary)
        
        
         mon
-        abbreviated lowercase month name (3 chars)
+        abbreviated lowercase month name (3 chars in English, localized lengths vary)
        
        
         MM
@@ -4581,15 +4581,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
        
        
         DY
-        abbreviated uppercase day name (3 chars)
+        abbreviated uppercase day name (3 chars in English, localized lengths vary)
        
        
         Dy
-        abbreviated mixed-case day name (3 chars)
+        abbreviated mixed-case day name (3 chars in English, localized lengths vary)
        
        
         dy
-        abbreviated lowercase day name (3 chars)
+        abbreviated lowercase day name (3 chars in English, localized lengths vary)
        
        
         DDD