diff options
author | Daniel Gustafsson | 2023-03-14 13:41:55 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2023-03-14 13:41:55 +0000 |
commit | bdc8d803e8e0eb987b65da1a5528ac570a07bfe1 (patch) | |
tree | 99a8e82f7c21e608f258a18f7c8d804ff5f0eb33 /doc/src/sgml/postgres-fdw.sgml | |
parent | 5c1b6628075a30b4eed6eb5835c2d2734254fa86 (diff) |
doc: spell out full productname
Use PostgreSQL consistently for referring to the productname rather
than Postgres. This also adds <productname> markup.
Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: "Jonathan S. Katz" <jkatz@postgresql.org>
Discussion: https://postgr.es/m/9C019644-9EA4-4B79-A52C-5C47A5B6B2DF@yesql.se
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 644f51835b9..372236ec13c 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -2,7 +2,8 @@ <sect1 id="postgres-fdw" xreflabel="postgres_fdw"> <title>postgres_fdw — - access data stored in external Postgres servers</title> + access data stored in external <productname>PostgreSQL</productname> + servers</title> <indexterm zone="postgres-fdw"> <primary>postgres_fdw</primary> |