projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28aeb0a
)
Remove mention that PREPARE is not implemented.
author
Bruce Momjian
<
[email protected]
>
Wed, 11 Jul 2001 03:43:52 +0000
(
03:43
+0000)
committer
Bruce Momjian
<
[email protected]
>
Wed, 11 Jul 2001 03:43:52 +0000
(
03:43
+0000)
doc/src/sgml/ref/ecpg-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/ecpg-ref.sgml
b/doc/src/sgml/ref/ecpg-ref.sgml
index 9e4f4cddded797de685eea8f0290e62ac8a7558d..2840d38c733a5889f7b1f6a16a5361e678f1c412 100644
(file)
--- a/
doc/src/sgml/ref/ecpg-ref.sgml
+++ b/
doc/src/sgml/ref/ecpg-ref.sgml
@@
-1,5
+1,5
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.
7 2001/03/19 16:20:52 petere
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.
8 2001/07/11 03:43:52 momjian
Exp $
Postgres documentation
-->
@@
-387,10
+387,6
@@
EXEC SQL COMMIT;
<refsect1 id="R1-APP-ECPG-notes">
<title>Notes</title>
- <para>
- There is no <command>EXEC SQL PREPARE</command> statement.
- </para>
-
<para>
The complete structure definition MUST be listed
inside the declare section.