Home Explore Blog CI



postgresql

2nd chunk of `doc/src/sgml/filelist.sgml`
7e00508908e00f620beae952d8ce3d70c07e32872ac0390c0000000100000b9b
 "plpython.sgml">
<!ENTITY plsql      SYSTEM "plpgsql.sgml">
<!ENTITY pltcl      SYSTEM "pltcl.sgml">

<!-- reference pages -->
<!ENTITY % allfiles   SYSTEM "ref/allfiles.sgml">
%allfiles;

<!-- developer's guide -->
<!ENTITY arch-dev   SYSTEM "arch-dev.sgml">
<!ENTITY bki        SYSTEM "bki.sgml">
<!ENTITY catalogs   SYSTEM "catalogs.sgml">
<!ENTITY system-views  SYSTEM "system-views.sgml">
<!ENTITY geqo       SYSTEM "geqo.sgml">
<!ENTITY indextypes SYSTEM "indextypes.sgml">
<!ENTITY btree      SYSTEM "btree.sgml">
<!ENTITY gist       SYSTEM "gist.sgml">
<!ENTITY spgist     SYSTEM "spgist.sgml">
<!ENTITY gin        SYSTEM "gin.sgml">
<!ENTITY brin       SYSTEM "brin.sgml">
<!ENTITY hash       SYSTEM "hash.sgml">
<!ENTITY planstats    SYSTEM "planstats.sgml">
<!ENTITY tableam    SYSTEM "tableam.sgml">
<!ENTITY indexam    SYSTEM "indexam.sgml">
<!ENTITY nls        SYSTEM "nls.sgml">
<!ENTITY plhandler  SYSTEM "plhandler.sgml">
<!ENTITY fdwhandler SYSTEM "fdwhandler.sgml">
<!ENTITY custom-scan SYSTEM "custom-scan.sgml">
<!ENTITY logicaldecoding SYSTEM "logicaldecoding.sgml">
<!ENTITY replication-origins SYSTEM "replication-origins.sgml">
<!ENTITY archive-modules SYSTEM "archive-modules.sgml">
<!ENTITY protocol   SYSTEM "protocol.sgml">
<!ENTITY sources    SYSTEM "sources.sgml">
<!ENTITY storage    SYSTEM "storage.sgml">
<!ENTITY transaction     SYSTEM "xact.sgml">
<!ENTITY tablesample-method SYSTEM "tablesample-method.sgml">
<!ENTITY wal-for-extensions SYSTEM "wal-for-extensions.sgml">
<!ENTITY generic-wal SYSTEM "generic-wal.sgml">
<!ENTITY custom-rmgr SYSTEM "custom-rmgr.sgml">
<!ENTITY backup-manifest SYSTEM "backup-manifest.sgml">
<!ENTITY oauth-validators SYSTEM "oauth-validators.sgml">

<!-- contrib information -->
<!ENTITY contrib         SYSTEM "contrib.sgml">
<!ENTITY amcheck         SYSTEM "amcheck.sgml">
<!ENTITY auth-delay      SYSTEM "auth-delay.sgml">
<!ENTITY auto-explain    SYSTEM "auto-explain.sgml">
<!ENTITY basic-archive   SYSTEM "basic-archive.sgml">
<!ENTITY basebackup-to-shell SYSTEM "basebackup-to-shell.sgml">
<!ENTITY bloom           SYSTEM "bloom.sgml">
<!ENTITY btree-gin       SYSTEM "btree-gin.sgml">
<!ENTITY btree-gist      SYSTEM "btree-gist.sgml">
<!ENTITY citext          SYSTEM "citext.sgml">
<!ENTITY cube            SYSTEM "cube.sgml">
<!ENTITY dblink          SYSTEM "dblink.sgml">
<!ENTITY dict-int        SYSTEM "dict-int.sgml">
<!ENTITY dict-xsyn       SYSTEM "dict-xsyn.sgml">
<!ENTITY dummy-seclabel  SYSTEM "dummy-seclabel.sgml">
<!ENTITY earthdistance   SYSTEM "earthdistance.sgml">
<!ENTITY file-fdw        SYSTEM "file-fdw.sgml">
<!ENTITY fuzzystrmatch   SYSTEM "fuzzystrmatch.sgml">
<!ENTITY hstore          SYSTEM "hstore.sgml">
<!ENTITY intagg          SYSTEM "intagg.sgml">
<!ENTITY intarray        SYSTEM "intarray.sgml">
<!ENTITY isn             SYSTEM "isn.sgml">
<!ENTITY lo              SYSTEM "lo.sgml">
<!ENTITY ltree           SYSTEM "ltree.sgml">
<!ENTITY oid2name        SYSTEM

Title: Listing SGML Files: Developer's Guide and Contrib Information
Summary
This section of the SGML file list details the files for the developer's guide, covering topics like architecture, system catalogs, indexing methods (btree, gist, etc.), and custom features such as table access methods and foreign data wrappers. It also lists files related to contrib modules, including extensions and utilities that enhance PostgreSQL functionality.