From: Peter Eisentraut Date: Wed, 5 Apr 2017 17:18:32 +0000 (-0400) Subject: doc: Remove remark elements X-Git-Tag: REL_10_BETA1~381 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=63e5d02af33414ab31d0d59e02333083ac696d37;p=postgresql.git 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. --- 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 @@ 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 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 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: