Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63e5d02

Browse files
committed
doc: Remove remark elements
They were not rendered with DSSSL, but now they show up by default usingXSLT. Just remove them, since they are not useful.
1 parent75a1cbd commit63e5d02

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

‎doc/src/sgml/dml.sgml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3592,7 +3592,7 @@ void PGTYPESdecimal_free(decimal *var);
35923592
EXEC 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp