Use instead of for forward compatibility. Be more
authorPeter Eisentraut
Sun, 30 Sep 2001 16:05:54 +0000 (16:05 +0000)
committerPeter Eisentraut
Sun, 30 Sep 2001 16:05:54 +0000 (16:05 +0000)
flexible about the extension of the graphic files, allow for other formats
in print output.  (Generating these formats is not implemented yet.)

doc/src/sgml/arch-pg.sgml
doc/src/sgml/extend.sgml
doc/src/sgml/stylesheet.dsl

index b2f2b962db74973723d88a8f4fe6fbc69801be2e..3c5e44098be81f69c13fb5cb0a37f4932f092cd4 100644 (file)
 which in turn  starts  a  new backend  server  process 
 ((b)) 
      
-
-How a connection is established
-
-
+
How a connection is established
+
+  
+   
+  
+
 
      and connects the frontend process to the new server 
 ((c)).
index d448237962ab8f340957af4ec84f25ecff4ccfcb..58453bc5ec94cecdbfc3032b6a61b4a444ad5102 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -191,7 +191,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.12 2001/09/13 15:55:22 pete
    
     
      The major <productname>Postgres</productname> system catalogs
-     
+     
+      
+       
+      
+     
     
 
     The Reference Manual gives a more detailed  explanation
index d3fa0ba20dbcb35804b5d16122bd16a79043c83b..db655f47dfb879c2b1b05af2811d83d519db773b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
 
@@ -48,6 +48,7 @@
 (define %link-mailto-url%       (string-append "mailto:" pgsql-docs-list))
 (define %use-id-as-filename%    #t)
 (define %stylesheet%            "stylesheet.css")
+(define %graphic-default-extension% "gif")
 
 ;; Returns the depth of auto TOC that should be made at the nd-level
 (define (toc-depth nd)
 (define %hyphenation%
   (if tex-backend #t #f))
 
+(define %graphic-default-extension%
+  (cond (tex-backend "eps")
+        (rtf-backend "ai"))) ;; ApplixWare?
+
 ]]>