projects
/
postgresql.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
Wed, 11 Jul 2001 03:43:52 +0000
(
03:43
+0000)
committer
Bruce Momjian
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
@@
@@
-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.