"that" missing in "12.2. Transaction Isolation"

Started by Hashem Masoudabout 21 years ago2 messagesdocs
Jump to latest
#1Hashem Masoud
u_z_9@yahoo.com

Hi everyone,

I don't know if this is the right place for this, but
the documentation of Postgresql 8.1Devel has a
statement
in the section "12.2. Transaction Isolation" that is
lacking "that":

Since the cost of redoing complex transactions may be
significant, this mode is recommended only when
updating transactions contain logic sufficiently
complex that they may give wrong answers in Read
Committed mode.

Thanks,

Hashem Masoud

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hashem Masoud (#1)
Re: "that" missing in "12.2. Transaction Isolation"

Hashem Masoud <u_z_9@yahoo.com> writes:

I don't know if this is the right place for this, but
the documentation of Postgresql 8.1Devel has a
statement
in the section "12.2. Transaction Isolation" that is
lacking "that":

Since the cost of redoing complex transactions may be
significant, this mode is recommended only when
updating transactions contain logic sufficiently
complex that they may give wrong answers in Read
Committed mode.

I'm confused --- that seems like perfectly OK English grammar to me.
What change are you suggesting exactly?

regards, tom lane