From: Bruce Momjian Date: Wed, 11 Jul 2001 03:43:52 +0000 (+0000) Subject: Remove mention that PREPARE is not implemented. X-Git-Tag: REL7_2_BETA1~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62f5badebf9db4c3aa838a649ac958e3c120559e;p=postgresql Remove mention that PREPARE is not implemented. --- diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 9e4f4cddde..2840d38c73 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -1,5 +1,5 @@ @@ -387,10 +387,6 @@ EXEC SQL COMMIT; Notes - - There is no EXEC SQL PREPARE statement. - - The complete structure definition MUST be listed inside the declare section.