diff options
author | Bruce Momjian | 2000-11-04 18:23:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-11-04 18:23:36 +0000 |
commit | af171286560a00b6f91f9aad8999d9d757098614 (patch) | |
tree | 10eb06e35444f2212dbcad22f512c9477a66ff07 /doc/FAQ_DEV | |
parent | 6952b3196bb5898c82a6aa5e6292bcf051537f44 (diff) |
Update FAQ_DEV.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 5f9f0788348..e8f046d0fa5 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -426,4 +426,4 @@ c-mode) using a Command Counter. Incrementing the counter allows transactions to be broken into pieces so each piece can see rows modified by previous pieces. CommandCounterIncrement() increments the Command - Counter, creating a new piece of the transaction. + Counter, creating a new part of the transaction. |