Index: doc/src/sgml/ecpg.sgml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v
retrieving revision 1.18
diff -c -r1.18 ecpg.sgml
*** doc/src/sgml/ecpg.sgml 2000/12/22 21:51:57 1.18
--- doc/src/sgml/ecpg.sgml 2001/08/24 17:52:43
***************
*** 805,857 ****
-
-
- Open cursor statement
-
-
- An open cursor statement looks like:
-
- exec sql open cursor;
-
- and is ignore and not copied from the output.
-
-
-
-
-
- Commit statement
-
-
- A commit statement looks like
-
- exec sql commit;
-
- and is translated on the output to
-
- ECPGcommit(__LINE__);
-
-
-
-
-
-
- Rollback statement
-
-
- A rollback statement looks like
-
- exec sql rollback;
-
- and is translated on the output to
-
- ECPGrollback(__LINE__);
-
-
-
-
-
-
Other statements
--- 805,810 ----