From a759460178c22ece2cc95cfc0d18e2e9631c2499 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 7 Oct 2000 14:16:02 +0000 Subject: New beos files. FAQ cleanup. --- doc/src/FAQ/FAQ.html | 2 +- doc/src/sgml/ref/begin.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 0c161946e5c..4c816e7e184 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -950,7 +950,7 @@ Guttman, A. "R-trees: A Dynamic Index Structure for Spatial Searching." Proc of the 1984 ACM SIGMOD Int'l Conf on Mgmt of Data, 45-57.

You can also find this paper in Stonebraker's "Readings in Database -Systems"

+Systems".

Built-in R-trees can handle polygons and boxes. In theory, R-trees can be extended to handle higher number of dimensions. In practice, diff --git a/doc/src/sgml/ref/begin.sgml b/doc/src/sgml/ref/begin.sgml index 8f7eae33c5f..86b6620f1f7 100644 --- a/doc/src/sgml/ref/begin.sgml +++ b/doc/src/sgml/ref/begin.sgml @@ -1,5 +1,5 @@ @@ -103,7 +103,7 @@ NOTICE: BEGIN: already a transaction in progress and a commit is implicitly performed at the end of the statement (if execution was successful, otherwise a rollback is done). BEGIN initiates a user transaction in chained mode, - i.e. all user statements after BEGIN command will + i.e., all user statements after BEGIN command will be executed in a single transaction until an explicit , , -- cgit v1.2.3