From 63e5d02af33414ab31d0d59e02333083ac696d37 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 5 Apr 2017 13:18:32 -0400 Subject: [PATCH] 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. --- doc/src/sgml/dml.sgml | 4 ---- doc/src/sgml/ecpg.sgml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 0c65578b59..071cdb610f 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -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 diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 89d4c57da7..564bd32144 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 identifier; The identifier serves as the variable name of the - descriptor area. The scope of the allocated descriptor is WHAT?. + descriptor area. When you don't need the descriptor anymore, you should deallocate it: