Home Explore Blog CI



postgresql

doc/src/sgml/reference.sgml
eb2f327fc524d6f4602a6bfc4416e790e8c1cf7c4d4635520000000300001867
<!-- doc/src/sgml/reference.sgml -->

<part id="reference">
 <title>Reference</title>

 <partintro>
  <para>
   The entries in this Reference are meant to provide in reasonable
   length an authoritative, complete, and formal summary about their
   respective subjects.  More information about the use of
   <productname>PostgreSQL</productname>, in narrative, tutorial, or
   example form, can be found in other parts of this book.  See the
   cross-references listed on each reference page.
  </para>

  <para>
   The reference entries are also available as traditional
   <quote>man</quote> pages.
  </para>
 </partintro>

 <reference id="sql-commands">
  <title>SQL Commands</title>

  <partintro>
   <para>
    This part contains reference information for the
    <acronym>SQL</acronym> commands supported by
    <productname>PostgreSQL</productname>.  By <quote>SQL</quote> the
    language in general is meant; information about the standards
    conformance and compatibility of each command can be found on the
    respective reference page.
   </para>
  </partintro>

   &amp;abort;
   &amp;alterAggregate;
   &amp;alterCollation;
   &amp;alterConversion;
   &amp;alterDatabase;
   &amp;alterDefaultPrivileges;
   &amp;alterDomain;
   &amp;alterEventTrigger;
   &amp;alterExtension;
   &amp;alterForeignDataWrapper;
   &amp;alterForeignTable;
   &amp;alterFunction;
   &amp;alterGroup;
   &amp;alterIndex;
   &amp;alterLanguage;
   &amp;alterLargeObject;
   &amp;alterMaterializedView;
   &amp;alterOperator;
   &amp;alterOperatorClass;
   &amp;alterOperatorFamily;
   &amp;alterPolicy;
   &amp;alterProcedure;
   &amp;alterPublication;
   &amp;alterRole;
   &amp;alterRoutine;
   &amp;alterRule;
   &amp;alterSchema;
   &amp;alterSequence;
   &amp;alterServer;
   &amp;alterStatistics;
   &amp;alterSubscription;
   &amp;alterSystem;
   &amp;alterTable;
   &amp;alterTableSpace;
   &amp;alterTSConfig;
   &amp;alterTSDictionary;
   &amp;alterTSParser;
   &amp;alterTSTemplate;
   &amp;alterTrigger;
   &amp;alterType;
   &amp;alterUser;
   &amp;alterUserMapping;
   &amp;alterView;
   &amp;analyze;
   &amp;begin;
   &amp;call;
   &amp;checkpoint;
   &amp;close;
   &amp;cluster;
   &amp;commentOn;
   &amp;commit;
   &amp;commitPrepared;
   &amp;copyTable;
   &amp;createAccessMethod;
   &amp;createAggregate;
   &amp;createCast;
   &amp;createCollation;
   &amp;createConversion;
   &amp;createDatabase;
   &amp;createDomain;
   &amp;createEventTrigger;
   &amp;createExtension;
   &amp;createForeignDataWrapper;
   &amp;createForeignTable;
   &amp;createFunction;
   &amp;createGroup;
   &amp;createIndex;
   &amp;createLanguage;
   &amp;createMaterializedView;
   &amp;createOperator;
   &amp;createOperatorClass;
   &amp;createOperatorFamily;
   &amp;createPolicy;
   &amp;createProcedure;
   &amp;createPublication;
   &amp;createRole;
   &amp;createRule;
   &amp;createSchema;
   &amp;createSequence;
   &amp;createServer;
   &amp;createStatistics;
   &amp;createSubscription;
   &amp;createTable;
   &amp;createTableAs;
   &amp;createTableSpace;
   &amp;createTSConfig;
   &amp;createTSDictionary;
   &amp;createTSParser;
   &amp;createTSTemplate;
   &amp;createTransform;
   &amp;createTrigger;
   &amp;createType;
   &amp;createUser;
   &amp;createUserMapping;
   &amp;createView;
   &amp;deallocate;
   &amp;declare;
   &amp;delete;
   &amp;discard;
   &amp;do;
   &amp;dropAccessMethod;
   &amp;dropAggregate;
   &amp;dropCast;
   &amp;dropCollation;
   &amp;dropConversion;
   &amp;dropDatabase;
   &amp;dropDomain;
   &amp;dropEventTrigger;
   &amp;dropExtension;
   &amp;dropForeignDataWrapper;
   &amp;dropForeignTable;
   &amp;dropFunction;
   &amp;dropGroup;
   &amp;dropIndex;
   &amp;dropLanguage;
   &amp;dropMaterializedView;
   &amp;dropOperator;
   &amp;dropOperatorClass;
   &amp;dropOperatorFamily;
   &amp;dropOwned;
   &amp;dropPolicy;
   &amp;dropProcedure;
   &amp;dropPublication;
   &amp;dropRole;
   &amp;dropRoutine;
   &amp;dropRule;
   &amp;dropSchema;
   &amp;dropSequence;
   &amp;dropServer;
   &amp;dropStatistics;
   &amp;dropSubscription;
   &amp;dropTable;
   &amp;dropTableSpace;
   &amp;dropTSConfig;
   &amp;dropTSDictionary;
   &amp;dropTSParser;
   &amp;dropTSTemplate;
   &amp;dropTransform;
   &amp;dropTrigger;
   &amp;dropType;
   &amp;dropUser;
   &amp;dropUserMapping;
   &amp;dropView;
   &amp;end;
   &amp;execute;
   &amp;explain;
   &amp;fetch;
   &amp;grant;
   &amp;importForeignSchema;
   &amp;insert;
   &amp;listen;
   &amp;load;
   &amp;lock;
   &amp;merge;
   &amp;move;
   &amp;notify;
   &amp;prepare;
   &amp;prepareTransaction;
   &amp;reassignOwned;
   &amp;refreshMaterializedView;
   &amp;reindex;
   &amp;releaseSavepoint;
   &amp;reset;
   &amp;revoke;
   &amp;rollback;
   &amp;rollbackPrepared;
   &amp;rollbackTo;
   &amp;savepoint;
   &amp;securityLabel;
   &amp;select;
   &amp;selectInto;
   &amp;set;
   &amp;setConstraints;
   &amp;setRole;
   &amp;setSessionAuth;
   &amp;setTransaction;
   &amp;show;
   &amp;startTransaction;
   &amp;truncate;
   &amp;unlisten;
   &amp;update;
   &amp;vacuum;
   &amp;values;

 </reference>

 <reference id="reference-client">
  <title>PostgreSQL Client Applications</title>

  <partintro>
   <para>
    This part contains reference information for
    <productname>PostgreSQL</productname> client applications and
    utilities.  Not all of these commands are of general utility; some
    might require special privileges.  The common feature of these
    applications is that they can be run on any host, independent of
    where the database server resides.
   </para>

   <para>
    When specified on the command line, user and database names have
    their case preserved &amp;mdash; the presence of spaces or special
    characters might require quoting.  Table names and other identifiers
    do not have their case preserved, except where documented, and
    might require quoting.
   </para>
  </partintro>

   &amp;clusterdb;
   &amp;createdb;
   &amp;createuser;
   &amp;dropdb;
   &amp;dropuser;
   &amp;ecpgRef;
   &amp;pgamcheck;
   &amp;pgBasebackup;
   &amp;pgbench;
   &amp;pgCombinebackup;
   &amp;pgConfig;
   &amp;pgDump;
   &amp;pgDumpall;
   &amp;pgIsready;
   &amp;pgReceivewal;
   &amp;pgRecvlogical;
   &amp;pgRestore;
   &amp;pgVerifyBackup;
   &amp;psqlRef;
   &amp;reindexdb;
   &amp;vacuumdb;

 </reference>

 <reference id="reference-server">
  <title>PostgreSQL Server Applications</title>

  <partintro>
   <para>
    This part contains reference information for
    <productname>PostgreSQL</productname> server applications and
    support utilities.  These commands can only be run usefully on the
    host where the database server resides.  Other utility programs
    are listed in <xref linkend="reference-client"/>.
   </para>
  </partintro>

   &amp;initdb;
   &amp;pgarchivecleanup;
   &amp;pgChecksums;
   &amp;pgControldata;
   &amp;pgCreateSubscriber;
   &amp;pgCtl;
   &amp;pgResetwal;
   &amp;pgRewind;
   &amp;pgtestfsync;
   &amp;pgtesttiming;
   &amp;pgupgrade;
   &amp;pgwaldump;
   &amp;pgwalsummary;
   &amp;postgres;

 </reference>

</part>

Chunks
d51bdc01 (1st chunk of `doc/src/sgml/reference.sgml`)
ea49a453 (2nd chunk of `doc/src/sgml/reference.sgml`)
35222032 (3rd chunk of `doc/src/sgml/reference.sgml`)