File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33<chapter id="dml">
44 <title>Data Manipulation</title>
55
6- <remark>
7- This chapter is still quite incomplete.
8- </remark>
9-
106 <para>
117 The previous chapter discussed how to create tables and other
128 structures to hold your data. Now it is time to fill the tables
Original file line number Diff line number Diff line change @@ -3592,7 +3592,7 @@ void PGTYPESdecimal_free(decimal *var);
35923592EXEC SQL ALLOCATE DESCRIPTOR <replaceable>identifier</replaceable>;
35933593</programlisting>
35943594 The identifier serves as the <quote>variable name</quote> of the
3595- descriptor area. <remark> The scope of the allocated descriptor is WHAT?.</remark >
3595+ descriptor area. <!-- The scope of the allocated descriptor is WHAT?. -- >
35963596 When you don't need the descriptor anymore, you should deallocate
35973597 it:
35983598<programlisting>
You can’t perform that action at this time.
0 commit comments