Use entities to encode non-ASCII characters in SGML documentation
authorPeter Eisentraut
Tue, 31 May 2011 19:32:31 +0000 (22:32 +0300)
committerPeter Eisentraut
Tue, 31 May 2011 20:11:46 +0000 (23:11 +0300)
This has already been the case for the most part; just some cases had
slipped through.

doc/src/sgml/isn.sgml
doc/src/sgml/release-7.4.sgml
doc/src/sgml/release-8.4.sgml

index 79ca3acd1b37e11a31668f746e38534324f22a91..f10285473d30fe962cda8451e309526296da939d 100644 (file)
@@ -377,7 +377,7 @@ SELECT isbn13(id) FROM test;
  
   Author
   
-   Germán Méndez Bravo (Kronuz), 2004 - 2006
+   Germán Méndez Bravo (Kronuz), 2004 - 2006
   
 
   
index ed64c485d76e0a3f4b4d947fb1e57c25ec1c6071..ee8184b16ca7db43723d419b96230edcd8b29ee1 100644 (file)
@@ -4143,7 +4143,7 @@ DROP SCHEMA information_schema CASCADE;
    
 
    
-    Fix date_trunc('quarter', ...) (Böjthe Zoltán)
+    Fix date_trunc('quarter', ...) (Böjthe Zoltán)
     
      Prior releases returned an incorrect value for this function call.
     
@@ -4613,8 +4613,8 @@ DROP SCHEMA information_schema CASCADE;
    Improve pgstattuple (Rod)
    Fix bug in metaphone() in fuzzystrmatch
    Improve adddepend (Rod)
-   Update spi/timetravel (Böjthe Zoltán)
-   Fix dbase 
+   Update spi/timetravel (Böjthe Zoltán)
+   Fix dbase 
    Remove array module because features now included by default (Joe)
   
  
index ba1afcafe9c25548d6a4469c40bdcf1f17398942..e4fddd44e6e9156a63ff373d6d69efb75a994dab 100644 (file)
@@ -5467,7 +5467,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
        
         Allow pg_dump, pg_dumpall, and
         pg_restore to use a specified role (Benedek
-        László)
+        László)