standalone-install.sgml

来自「PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统」· SGML 代码 · 共 43 行

SGML
43
字号
<!-- $PostgreSQL: pgsql/doc/src/sgml/standalone-install.sgml,v 2.6 2003/11/29 19:51:37 pgsql Exp $ --><!--This file helps in generating the INSTALL text file that lives in thetop level directory of the distribution. The exact process is likethis:1. Paste together with installation.sgml2. Process with jade to HTML (use -V nochunks)3. Remove "Chapter 1" heading4. Save as text file in Netscape5. Put in place of old INSTALL fileRunning 'make INSTALL' in the doc/src/sgml directory will do 1 through3 for you.--><!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [<!entity % version SYSTEM "version.sgml">%version;<!--The standalone version has some portions that are different from theversion that is integrated into the full documentation set, inparticular as regards links. The following are essentially SGML'sequivalent of C's #ifdef and friends. The other end of this is ininstallation.sgml.--> <!entity % standalone-ignore  "IGNORE"> <!entity % standalone-include "INCLUDE"><!--When you're building the full documentation set, you want to flip theIGNORE and INCLUDE.-->]>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?