]> granicus.if.org Git - postgresql/commitdiff
doc: Remove remark elements
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 5 Apr 2017 17:18:32 +0000 (13:18 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
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 @@
 <chapter id="dml">
  <title>Data Manipulation</title>
 
- <remark>
-  This chapter is still quite incomplete.
- </remark>
-
  <para>
   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 <replaceable>identifier</replaceable>;
 </programlisting>
     The identifier serves as the <quote>variable name</quote> of the
-    descriptor area.  <remark>The scope of the allocated descriptor is WHAT?.</remark>
+    descriptor area.  <!-- The scope of the allocated descriptor is WHAT?. -->
     When you don't need the descriptor anymore, you should deallocate
     it:
 <programlisting>