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

Commitd36aa67

Browse files
committed
Remove tabs in SGML.
1 parentc651c0e commitd36aa67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.94 2010/01/2609:10:11 meskes Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.95 2010/01/2614:21:29 momjian Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -2652,7 +2652,7 @@ EXEC SQL GET DESCRIPTOR mydesc VALUE 1 :id = DATA;
26522652
record from the resultset.
26532653
<programlisting>
26542654
EXEC SQL include sqlda.h;
2655-
sqlda_t*mysqlda;
2655+
sqlda_t*mysqlda;
26562656

26572657
EXEC SQL FETCH 3 FROM mycursor INTO DESCRIPTOR mysqlda;
26582658
</programlisting>
@@ -2933,7 +2933,7 @@ struct sqlname
29332933
there is no <literal>FREE cursor_name</> statement in ECPG. This is because in ECPG,
29342934
<literal>DECLARE CURSOR</literal> doesn't translate to a function call into
29352935
the runtime library that uses to the cursor name. This means that there's no runtime
2936-
bookkeeping of SQL cursors in the ECPG runtime library, only in the PostgreSQL server.
2936+
bookkeeping of SQL cursors in the ECPG runtime library, only in the PostgreSQL server.
29372937
</para>
29382938
</listitem>
29392939
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp