Fixed little typos.

parent 415df59f
...@@ -31,3 +31,4 @@ tonu@hundin.mysql.fi ...@@ -31,3 +31,4 @@ tonu@hundin.mysql.fi
tonu@volk.internalnet tonu@volk.internalnet
tonu@x153.internalnet tonu@x153.internalnet
tonu@x3.internalnet tonu@x3.internalnet
Administrator@co3064164-a.
...@@ -4896,7 +4896,7 @@ Table locking, as used by the non-transactional @code{MyISAM} tables, is ...@@ -4896,7 +4896,7 @@ Table locking, as used by the non-transactional @code{MyISAM} tables, is
in many cases faster than page locks, row locks or versioning. The in many cases faster than page locks, row locks or versioning. The
drawback however is that if one doesn't take into account how table drawback however is that if one doesn't take into account how table
locks work, a single long-running query can block a table for updates locks work, a single long-running query can block a table for updates
for a long time. This can usable be avoided when designing the for a long time. This can usually be avoided when designing the
application. If not, one can always switch the trouble table to use one application. If not, one can always switch the trouble table to use one
of the transactional table types. @xref{Table locking}. of the transactional table types. @xref{Table locking}.
...@@ -4930,7 +4930,7 @@ don't know the PostgreSQL roadmap. ...@@ -4930,7 +4930,7 @@ don't know the PostgreSQL roadmap.
@item Unions @tab 4.0 @item Unions @tab 4.0
@item Full join @tab 4.0 or 4.1 @item Full join @tab 4.0 or 4.1
@item Triggers @tab 4.1 @item Triggers @tab 4.1
@item Constrainst @tab 4.1 @item Constraints @tab 4.1
@item Cursors @tab 4.1 or 4.2 @item Cursors @tab 4.1 or 4.2
@item Extensible index types like R-trees @tab R-trees are planned for 4.2 @item Extensible index types like R-trees @tab R-trees are planned for 4.2
@item Inherited tables @tab Not planned @item Inherited tables @tab Not planned
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment