Advertisement

PostgreSQL configure详解(English version: Understanding PostgreSQL configuration details)

阅读量:

摘要:以最新版本的pg10.2为例. 在执行'configure'脚本时,存在大量可供选择的命令行参数.对于不同类型的软件包而言,这些参数可能会有所差异,但其中大部分基础参数则保持不变.通过添加'-- help'参数运行'configure'脚本,可以查看所有可使用的选项列表.虽然许多参数在实际应用中较少被使用,但当需要针对特定需求对某个软件包进行配置时,了解这些参数的存在仍具有重要意义.

复制代码
 pg10#./configure --help

    
 `configure' configures PostgreSQL 10.2 to adapt to many kinds of systems.
    
  
    
 Usage: ./configure [OPTION]... [VAR=VALUE]...
    
  
    
 To assign environment variables (e.g., CC, CFLAGS...), specify them as
    
 VAR=VALUE.  See below for descriptions of some of the useful variables.
    
  
    
 Defaults for the options are specified in bracket

全部评论 (0)

还没有任何评论哟~