Remove 'emphasis' markup inside literal; not allowed.
authorBruce Momjian
Fri, 26 Feb 2010 01:11:46 +0000 (01:11 +0000)
committerBruce Momjian
Fri, 26 Feb 2010 01:11:46 +0000 (01:11 +0000)
doc/src/sgml/datatype.sgml

index 8e25700a1778bed3ae9ba47800be283037989386..52d3069a83bce2258431e9e7f69b3235366d07ea 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Data Types
@@ -1524,7 +1524,7 @@ SELECT E'\\xDEADBEEF';
    
     
      The SQL standard requires that writing just timestamp
-     be equivalent to timestamp without time
+     be equivalent to timestamp without time
      zone, and PostgreSQL honors that
      behavior.  (Releases prior to 7.3 treated it as timestamp
      with time zone.)