Skip to content

Commit d36aa67

Browse files
committed
Remove tabs in SGML.
1 parent c651c0e commit d36aa67

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/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>
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy