doc: Remove remark elements
authorPeter Eisentraut
Wed, 5 Apr 2017 17:18:32 +0000 (13:18 -0400)
committerPeter Eisentraut
Wed, 5 Apr 2017 17:18:32 +0000 (13:18 -0400)
They were not rendered with DSSSL, but now they show up by default using
XSLT.  Just remove them, since they are not useful.

doc/src/sgml/dml.sgml
doc/src/sgml/ecpg.sgml

index 0c65578b59e7e73fdcbd1742091cc128b6709dce..071cdb610f07781bf5406f56c74628d84c848b50 100644 (file)
@@ -3,10 +3,6 @@
 
  Data Manipulation
 
-  This chapter is still quite incomplete.
-
  
   The previous chapter discussed how to create tables and other
   structures to hold your data.  Now it is time to fill the tables
index 89d4c57da7dbd592fba4a3055c6c320ded76a023..564bd321441e554a9237e2fd24f31c57176ae90c 100644 (file)
@@ -3592,7 +3592,7 @@ void PGTYPESdecimal_free(decimal *var);
 EXEC SQL ALLOCATE DESCRIPTOR identifier;
 
     The identifier serves as the variable name of the
-    descriptor area.  <remark>The scope of the allocated descriptor is WHAT?.>
+    descriptor area.  <!-- The scope of the allocated descriptor is WHAT?. -->
     When you don't need the descriptor anymore, you should deallocate
     it: