Home Explore Blog Models CI



postgresql

1st chunk of `doc/src/sgml/ref/allfiles.sgml`
766178c6a12d35ee3756dd78c0fc8854282118e46caf15490000000100000fa3
<!--
doc/src/sgml/ref/allfiles.sgml
PostgreSQL documentation
Complete list of usable sgml source files in this directory.
-->

<!-- SQL commands -->
<!ENTITY abort              SYSTEM "abort.sgml">
<!ENTITY alterAggregate     SYSTEM "alter_aggregate.sgml">
<!ENTITY alterCollation     SYSTEM "alter_collation.sgml">
<!ENTITY alterConversion    SYSTEM "alter_conversion.sgml">
<!ENTITY alterDatabase      SYSTEM "alter_database.sgml">
<!ENTITY alterDefaultPrivileges SYSTEM "alter_default_privileges.sgml">
<!ENTITY alterDomain        SYSTEM "alter_domain.sgml">
<!ENTITY alterEventTrigger  SYSTEM "alter_event_trigger.sgml">
<!ENTITY alterExtension     SYSTEM "alter_extension.sgml">
<!ENTITY alterForeignDataWrapper SYSTEM "alter_foreign_data_wrapper.sgml">
<!ENTITY alterForeignTable  SYSTEM "alter_foreign_table.sgml">
<!ENTITY alterFunction      SYSTEM "alter_function.sgml">
<!ENTITY alterGroup         SYSTEM "alter_group.sgml">
<!ENTITY alterIndex         SYSTEM "alter_index.sgml">
<!ENTITY alterLanguage      SYSTEM "alter_language.sgml">
<!ENTITY alterLargeObject   SYSTEM "alter_large_object.sgml">
<!ENTITY alterMaterializedView SYSTEM "alter_materialized_view.sgml">
<!ENTITY alterOperator      SYSTEM "alter_operator.sgml">
<!ENTITY alterOperatorClass SYSTEM "alter_opclass.sgml">
<!ENTITY alterOperatorFamily SYSTEM "alter_opfamily.sgml">
<!ENTITY alterPolicy        SYSTEM "alter_policy.sgml">
<!ENTITY alterProcedure     SYSTEM "alter_procedure.sgml">
<!ENTITY alterPublication   SYSTEM "alter_publication.sgml">
<!ENTITY alterRole          SYSTEM "alter_role.sgml">
<!ENTITY alterRoutine       SYSTEM "alter_routine.sgml">
<!ENTITY alterRule          SYSTEM "alter_rule.sgml">
<!ENTITY alterSchema        SYSTEM "alter_schema.sgml">
<!ENTITY alterServer        SYSTEM "alter_server.sgml">
<!ENTITY alterSequence      SYSTEM "alter_sequence.sgml">
<!ENTITY alterSubscription  SYSTEM "alter_subscription.sgml">
<!ENTITY alterSystem        SYSTEM "alter_system.sgml">
<!ENTITY alterStatistics    SYSTEM "alter_statistics.sgml">
<!ENTITY alterTable         SYSTEM "alter_table.sgml">
<!ENTITY alterTableSpace    SYSTEM "alter_tablespace.sgml">
<!ENTITY alterTSConfig      SYSTEM "alter_tsconfig.sgml">
<!ENTITY alterTSDictionary  SYSTEM "alter_tsdictionary.sgml">
<!ENTITY alterTSParser      SYSTEM "alter_tsparser.sgml">
<!ENTITY alterTSTemplate    SYSTEM "alter_tstemplate.sgml">
<!ENTITY alterTrigger       SYSTEM "alter_trigger.sgml">
<!ENTITY alterType          SYSTEM "alter_type.sgml">
<!ENTITY alterUser          SYSTEM "alter_user.sgml">
<!ENTITY alterUserMapping   SYSTEM "alter_user_mapping.sgml">
<!ENTITY alterView          SYSTEM "alter_view.sgml">
<!ENTITY analyze            SYSTEM "analyze.sgml">
<!ENTITY begin              SYSTEM "begin.sgml">
<!ENTITY call               SYSTEM "call.sgml">
<!ENTITY checkpoint         SYSTEM "checkpoint.sgml">
<!ENTITY close              SYSTEM "close.sgml">
<!ENTITY cluster            SYSTEM "cluster.sgml">
<!ENTITY commentOn          SYSTEM "comment.sgml">
<!ENTITY commit             SYSTEM "commit.sgml">
<!ENTITY commitPrepared     SYSTEM "commit_prepared.sgml">
<!ENTITY copyTable          SYSTEM "copy.sgml">
<!ENTITY createAccessMethod SYSTEM "create_access_method.sgml">
<!ENTITY createAggregate    SYSTEM "create_aggregate.sgml">
<!ENTITY createCast         SYSTEM "create_cast.sgml">
<!ENTITY createCollation    SYSTEM "create_collation.sgml">
<!ENTITY createConversion   SYSTEM "create_conversion.sgml">
<!ENTITY createDatabase     SYSTEM "create_database.sgml">
<!ENTITY createDomain       SYSTEM "create_domain.sgml">
<!ENTITY createEventTrigger SYSTEM "create_event_trigger.sgml">
<!ENTITY createExtension    SYSTEM "create_extension.sgml">
<!ENTITY createForeignDataWrapper SYSTEM "create_foreign_data_wrapper.sgml">
<!ENTITY createForeignTable SYSTEM "create_foreign_table.sgml">
<!ENTITY createFunction     SYSTEM "create_function.sgml">
<!ENTITY createGroup        SYSTEM "create_group.sgml">
<!ENTITY createIndex

Title: List of SQL Command Documentation Files
Summary
This section lists all the SGML source files for SQL commands used in PostgreSQL documentation. It includes files for commands such as ALTER, CREATE, ANALYZE, BEGIN, CALL, CHECKPOINT, CLOSE, CLUSTER, COMMENT, COMMIT, COPY, and others, providing a comprehensive index of command documentation.