File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3
3
<chapter id="dml">
4
4
<title>Data Manipulation</title>
5
5
6
- <remark>
7
- This chapter is still quite incomplete.
8
- </remark>
9
-
10
6
<para>
11
7
The previous chapter discussed how to create tables and other
12
8
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);
3592
3592
EXEC SQL ALLOCATE DESCRIPTOR <replaceable>identifier</replaceable>;
3593
3593
</programlisting>
3594
3594
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?. -- >
3596
3596
When you don't need the descriptor anymore, you should deallocate
3597
3597
it:
3598
3598
<programlisting>
You can’t perform that action at this time.
0 commit comments