flexible about the extension of the graphic files, allow for other formats
in print output. (Generating these formats is not implemented yet.)
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)).
The major Postgres system catalogs
- ![]()
+
+
+
+
+
The Reference Manual gives a more detailed explanation
-
+
(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?
+
]]>