projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c1769
)
Updated jdbc docs to reflect the doc comments received. Most comments were
author
Barry Lind
Thu, 29 Nov 2001 05:35:51 +0000
(
05:35
+0000)
committer
Barry Lind
Thu, 29 Nov 2001 05:35:51 +0000
(
05:35
+0000)
already addressed by previous doc updates.
doc/src/sgml/jdbc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/jdbc.sgml
b/doc/src/sgml/jdbc.sgml
index fcbc95b4df6b61cf8cabdf82ea9b862bb2756aa9..01fb72532dce8fcf5e5e2bf970f778bf7cf8fa4d 100644
(file)
--- a/
doc/src/sgml/jdbc.sgml
+++ b/
doc/src/sgml/jdbc.sgml
@@
-1,5
+1,5
@@
@@
-516,6
+516,17
@@
st.close();
automatically.
+
+
+
+
ResultSet
is currently read only.
+ You can not update data through the
ResultSet
.
+ If you want to update data you need to do it the old fashioned way
+ by issuing a
SQL
update statement. This is
+ in conformance with the
JDBC
specification
+ which does not require drivers to provide this functionality.
+
+