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: