mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Describe each contrib module in its SGML section title
The original titles only had the module name, which is not very useful when scanning the list. By adding a very brief description to each title, the table of contents becomes friendlier. Also amend the introduction in the "additional modules" appendix, using the word "Extension" more extensively. Nowadays, almost all contrib modules are extensions, so this is also helpful. Author: Karl O. Pinc <kop@karlpinc.com> Reviewed-by: Brar Piening <brar@gmx.de> Discussion: https://postgr.es/m/20230102180015.372995a9@slate.karlpinc.com
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<!-- doc/src/sgml/postgres-fdw.sgml -->
|
||||
|
||||
<sect1 id="postgres-fdw" xreflabel="postgres_fdw">
|
||||
<title>postgres_fdw</title>
|
||||
<title>postgres_fdw —
|
||||
access data stored in external Postgres servers</title>
|
||||
|
||||
<indexterm zone="postgres-fdw">
|
||||
<primary>postgres_fdw</primary>
|
||||
|
Reference in New Issue
Block a user