aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>1999-09-15 14:14:10 +0000
committerMichael Meskes <meskes@postgresql.org>1999-09-15 14:14:10 +0000
commit4d4378b70fa07eff26475170897c03c1f56a2fe1 (patch)
tree7878e5c9c4364e1e708874714c65c5cf72167130
parent864e1e9d0e5b0575361d5c6f2c090bec691e6901 (diff)
downloadpostgresql-4d4378b70fa07eff26475170897c03c1f56a2fe1.tar.gz
postgresql-4d4378b70fa07eff26475170897c03c1f56a2fe1.zip
*** empty log message ***
-rw-r--r--doc/src/sgml/ecpg.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 6c946ff066d..4b0eed30cf5 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -188,7 +188,7 @@ struct sqlca
char sqlerrp[8];
long sqlerrd[6];
/* 0: empty */
- /* 1: empty */
+ /* 1: OID of processed tuple if applicable */
/* 2: number of rows processed in an INSERT, UPDATE */
/* or DELETE statement */
/* 3: empty */