Update.
authorBruce Momjian
Tue, 21 Jul 1998 04:19:44 +0000 (04:19 +0000)
committerBruce Momjian
Tue, 21 Jul 1998 04:19:44 +0000 (04:19 +0000)
src/tools/backend/index.html

index 626517293cd2ecec56256edd26504510818a3ff4..51e4972037f4dff6974512824c27b0d605d935b9 100644 (file)
@@ -10,7 +10,39 @@ How PostgreSQL Processes a Query
 by Bruce Momjian
 
 

+
+
+Click on an item to see more detail or look at the full
+index.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

 
+
+

 A query comes to the backend via data packets arriving through TCP/IP
 or Unix Domain sockets.   It is loaded into a string, and passed to
 the
@@ -87,40 +119,6 @@ They can be accessed by clicking on the flowchart.
 
 

 
-
-
-Click on an item to see more detail or look at the full
-index.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-

-
 Another area of interest is the shared memory area, which contains data
 accessable to all backends.  It has table recently used data/index
 blocks, locks, backend information, and lookup tables for these