Skip to content
Snippets Groups Projects
notation.sgml 2.49 KiB
Newer Older
Tom Lane's avatar
Tom Lane committed
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.19 2001/11/23 22:06:20 tgl Exp $
<sect1 id="notation">
 <title>Terminology and Notation</title>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <para>
  The terms <quote>PostgreSQL</quote> and <quote>Postgres</quote> will be
  used interchangeably to refer to the software that accompanies this
  documentation.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 </para>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <para>
  An <firstterm>administrator</firstterm> is generally a person who is
  in charge of installing and running the server.  A <firstterm>user</firstterm>
  could be anyone who is using, or wants to use, any part of the
  <productname>PostgreSQL</productname> system.  These terms should not
  be interpreted too narrowly; this documentation set does not have fixed
  presumptions about system administration procedures.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 </para>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <para>
  We use <filename>/usr/local/pgsql/</filename> as the root
  directory of the installation and <filename>/usr/local/pgsql/data</filename>
  as the directory with the database files.  These directories may vary
  on your site, details can be derived in the <citetitle>Administrator's Guide</citetitle>.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 </para>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <para>
  In a command synopsis, brackets
  (<literal>[</literal> and <literal>]</literal>) indicate an optional phrase or keyword.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
  Anything in braces
  (<literal>{</literal> and <literal>}</literal>) and containing vertical bars
  (<literal>|</literal>)
Tom Lane's avatar
Tom Lane committed
  indicates that you must choose one alternative.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 </para>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <para>
  Examples will show commands executed from various accounts and programs.
  Commands executed from a Unix shell may be preceded with a dollar sign
  (<quote><literal>$</literal></quote>).  Commands executed from particular user
  accounts such as <systemitem>root</> or <systemitem>postgres</> are specially flagged and explained.
  <acronym>SQL</acronym> commands may be preceded with
  <quote><literal>=&gt;</literal></quote>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
  or will have no leading prompt, depending on the context.
 </para>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
 <note>
  <para>
   flagging commands is not universally consistent throughout the
   Please report problems to the documentation mailing list
   <email>pgsql-docs@postgresql.org</email>.
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
  </para>
 </note>
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed

<!-- Keep this comment at the end of the file
Local variables:
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:("/usr/lib/sgml/catalog")
Thomas G. Lockhart's avatar
Thomas G. Lockhart committed
sgml-local-ecat-files:nil
End:
-->