projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a59ad
)
Fix ECPGstatus() documentation of parameters.
author
Bruce Momjian
Fri, 7 Jan 2005 05:43:28 +0000
(
05:43
+0000)
committer
Bruce Momjian
Fri, 7 Jan 2005 05:43:28 +0000
(
05:43
+0000)
Edmund Bacon
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 153f9bd197f119283958b8532737361cdfddc656..e2e4c3089970eb30d2167575f94c3c3ce97ad527 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-1,5
+1,5
@@
@@
-1610,8
+1610,11
@@
ECPG = ecpg
-
ECPGstatus()
returns true if you
- are connected to a database and false if not.
+
ECPGstatus(int
lineno
,
+ const char*
connection_name
)
+ returns true if you are connected to a database and false if not.
+
connection_name
can be
NULL>
+ if a single connection is being used.