Fix link
authorMagnus Hagander <magnus@hagander.net>
Thu, 6 Sep 2012 16:41:04 +0000 (18:41 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 6 Sep 2012 16:41:04 +0000 (18:41 +0200)
Bruce Momjian

templates/pages/developer/backend.html

index fa7155c64e658c95e412d170f79ab46ef61a2b46..d2467225b23b544ed935cbb1943a53c2bab4c8df 100644 (file)
@@ -58,7 +58,7 @@ href="http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/include/no
 <p>The statement is then identified as complex (<i>SELECT / INSERT /
 UPDATE / DELETE</i>) or a simple, e.g <i> CREATE USER, ANALYZE, </i>,
 etc.  Simple utility commands are processed by statement-specific
-functions in <a href="../../backend/commands">backend/commands.</a>
+functions in <a href="http://wiki.postgresql.org/wiki/Backend_flowchart#commands.</a>
 Complex statements require more handling.</p>
 
 <p>The parser takes a complex query, and creates a <a