From 680d465b7596d1a682ddbc054342956bd72fe7d2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 24 Aug 2001 18:08:25 +0000 Subject: [PATCH] Remove outdated documentation section of ecpg. --- doc/src/sgml/ecpg.sgml | 49 +----------------------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 1befbf796c..15e4fc9507 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -805,53 +805,6 @@ exec sql disconnect [connection target]; - - - 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 -- 2.40.0