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 | |
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 <[email protected]>
Reviewed-by: "Jonathan S. Katz" <[email protected]>
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index f5d1901af2..f49d197c5f 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -1,7 +1,8 @@ <!-- doc/src/sgml/pgbuffercache.sgml --> <sect1 id="pgbuffercache" xreflabel="pg_buffercache"> - <title>pg_buffercache — inspect Postgres buffer cache state</title> + <title>pg_buffercache — inspect <productname>PostgreSQL</productname> + buffer cache state</title> <indexterm zone="pgbuffercache"> <primary>pg_buffercache</primary> diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 644f51835b..372236ec13 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> |