Home Explore Blog CI



postgresql

1st chunk of `doc/src/sgml/reference.sgml`
d51bdc01f560afad8caa971a76f5c682f6e2c14cec9e0d020000000100000c3d
<!-- 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>

   &abort;
   &alterAggregate;
   &alterCollation;
   &alterConversion;
   &alterDatabase;
   &alterDefaultPrivileges;
   &alterDomain;
   &alterEventTrigger;
   &alterExtension;
   &alterForeignDataWrapper;
   &alterForeignTable;
   &alterFunction;
   &alterGroup;
   &alterIndex;
   &alterLanguage;
   &alterLargeObject;
   &alterMaterializedView;
   &alterOperator;
   &alterOperatorClass;
   &alterOperatorFamily;
   &alterPolicy;
   &alterProcedure;
   &alterPublication;
   &alterRole;
   &alterRoutine;
   &alterRule;
   &alterSchema;
   &alterSequence;
   &alterServer;
   &alterStatistics;
   &alterSubscription;
   &alterSystem;
   &alterTable;
   &alterTableSpace;
   &alterTSConfig;
   &alterTSDictionary;
   &alterTSParser;
   &alterTSTemplate;
   &alterTrigger;
   &alterType;
   &alterUser;
   &alterUserMapping;
   &alterView;
   &analyze;
   &begin;
   &call;
   &checkpoint;
   &close;
   &cluster;
   &commentOn;
   &commit;
   &commitPrepared;
   &copyTable;
   &createAccessMethod;
   &createAggregate;
   &createCast;
   &createCollation;
   &createConversion;
   &createDatabase;
   &createDomain;
   &createEventTrigger;
   &createExtension;
   &createForeignDataWrapper;
   &createForeignTable;
   &createFunction;
   &createGroup;
   &createIndex;
   &createLanguage;
   &createMaterializedView;
   &createOperator;
   &createOperatorClass;
   &createOperatorFamily;
   &createPolicy;
   &createProcedure;
   &createPublication;
   &createRole;
   &createRule;
   &createSchema;
   &createSequence;
   &createServer;
   &createStatistics;
   &createSubscription;
   &createTable;
   &createTableAs;
   &createTableSpace;
   &createTSConfig;
   &createTSDictionary;
   &createTSParser;
   &createTSTemplate;
   &createTransform;
   &createTrigger;
   &createType;
   &createUser;
   &createUserMapping;
   &createView;
   &deallocate;
   &declare;
   &delete;
   &discard;
   &do;
   &dropAccessMethod;
   &dropAggregate;
   &dropCast;
   &dropCollation;
   &dropConversion;
   &dropDatabase;
   &dropDomain;
   &dropEventTrigger;

Title: Reference: SQL Commands
Summary
The Reference section of the PostgreSQL documentation provides authoritative and complete summaries of various topics. This part focuses on SQL commands supported by PostgreSQL, offering information on standards conformance and compatibility for each command. It also includes a list of SQL commands.