⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layout.sgml

📁 关系型数据库 Postgresql 6.5.2
💻 SGML
字号:
<chapter id="layout"><Title>System Layout</Title><Para><Figure Id="ADMIN-LAYOUT"><Title><ProductName>Postgres</ProductName> file layout</Title><Graphic Align="center" FileRef="layout.gif" Format="GIF"></Graphic></Figure><XRef LinkEnd="ADMIN-LAYOUT" EndTerm="ADMIN-LAYOUT">shows how the <ProductName>Postgres</ProductName>  distribution  is  laid     out  when installed in the default way. For simplicity,     we will assume that <ProductName>Postgres</ProductName> has been installed in  the     directory  <filename>/usr/local/pgsql</filename>.   Therefore, wherever     you see the directory <filename>/usr/local/pgsql</filename> you  should     substitute  the name of the directory where <ProductName>Postgres</ProductName> is     actually installed.     All <ProductName>Postgres</ProductName> commands are installed     in  the  directory     <filename>/usr/local/pgsql/bin</filename>.   Therefore,  you should add     this directory to your shell command path.  If you  use     a variant of the Berkeley C shell, such as csh or tcsh,     you would add<ProgramListing>set path = ( /usr/local/pgsql/bin path )</ProgramListing>     in the .login file in your home directory.  If you  use     a  variant  of  the  Bourne  shell, such as sh, ksh, or     bash, then you would add<ProgramListing>PATH=/usr/local/pgsql/bin:$PATHexport PATH</ProgramListing>     to the .profile file in your home directory.     From now on, we will assume that  you  have  added  the     <ProductName>Postgres</ProductName>  bin  directory to your path.     In addition, we     will make frequent reference to "setting a shell       variable"  or  "setting an environment variable" throughout     this document.  If you did  not  fully  understand  the     last  paragraph  on  modifying  your  search  path, you     should consult the UNIX manual pages that describe your     shell before going any further.</Para><Para>If you have not set things up in thedefault  way,  you may have some more work to do.  For example, if the database server machine is a remote machine, youwill need to set the <envar>PGHOST</envar> environment variable to the nameof the database server machine.   The  environment  variable<envar>PGPORT</envar> may also have to be set.  The bottom line is this: ifyou try to start an application  program  and  it  complainsthat it cannot connect to the <Application>postmaster</Application>,you must go back and make sure that yourenvironment is properly set up.</Para></Chapter><!-- Keep this comment at the end of the fileLocal variables:mode: sgmlsgml-omittag:nilsgml-shorttag:tsgml-minimize-attributes:nilsgml-always-quote-attributes:tsgml-indent-step:1sgml-indent-data:tsgml-parent-document:nilsgml-default-dtd-file:"./reference.ced"sgml-exposed-tags:nilsgml-local-catalogs:"/usr/lib/sgml/CATALOG"sgml-local-ecat-files:nilEnd:-->

⌨️ 快捷键说明

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