summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2017-04-05 17:18:32 +0000
committerPeter Eisentraut2017-04-05 17:18:32 +0000
commit63e5d02af33414ab31d0d59e02333083ac696d37 (patch)
tree8bc3720e3fe0e29c3ba1a0825405aa0d813a9aa3
parent75a1cbdc3cfca1e815da6dfa5d7e96d82a6b0725 (diff)
doc: Remove remark elements
They were not rendered with DSSSL, but now they show up by default using XSLT. Just remove them, since they are not useful.
-rw-r--r--doc/src/sgml/dml.sgml4
-rw-r--r--doc/src/sgml/ecpg.sgml2
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 0c65578b59e..071cdb610f0 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -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
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 89d4c57da7d..564bd321441 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>