File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.94 2010/01/26 09:10:11 meskes Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.95 2010/01/26 14: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>
26542654EXEC SQL include sqlda.h;
2655- sqlda_t *mysqlda;
2655+ sqlda_t *mysqlda;
26562656
26572657EXEC 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>
You can’t perform that action at this time.
0 commit comments