Fix warnings in man page build
authorPeter Eisentraut
Wed, 28 Feb 2018 13:22:51 +0000 (08:22 -0500)
committerPeter Eisentraut
Thu, 8 Mar 2018 17:23:05 +0000 (12:23 -0500)
The changes in the CREATE POLICY man page from commit
87c2a17fee784c7e1004ba3d3c5d8147da676783 triggered a stylesheet bug that
created some warning messages and incorrect output.  This installs a
workaround.

Also improve the whitespace a bit so it looks better.

doc/src/sgml/ref/create_policy.sgml
doc/src/sgml/stylesheet-man.xsl

index 44b179e6ef4d7a9f07dac77a5817b48866aab285..3f8a7a2015a7faea783c3302fd66bd058d1dcca0 100644 (file)
@@ -445,8 +445,7 @@ CREATE POLICY name ON 
       
        INSERT ... RETURNING
        
-        New row
-        
+        New row 
          
           If read access is required to the existing or new row (for example,
           a WHERE or RETURNING clause
@@ -462,8 +461,7 @@ CREATE POLICY name ON 
       
        UPDATE
        
-        Existing & new rows
-        
+        Existing & new rows 
        
        
        Existing row
@@ -473,8 +471,7 @@ CREATE POLICY name ON 
       
        DELETE
        
-        Existing row
-        
+        Existing row 
        
        
        
index e9c407230c578bbc15774b6890d2dd5ab083ff1f..5ef2fcd634d12193f787501e42fb628b25bbbffa 100644 (file)
   
 
 
+
+
+  
+
+
+