pgsql: doc: Spell checking

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Spell checking
Date: 2020-07-05 13:39:55
Message-ID: E1js4s7-0002En-E6@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Spell checking

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90b2d8c1adc86d1fc46f83c73444a1fb5b28dd3c

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 2 +-
doc/src/sgml/backup-manifest.sgml | 4 ++--
doc/src/sgml/extend.sgml | 2 +-
doc/src/sgml/fdwhandler.sgml | 2 +-
doc/src/sgml/glossary.sgml | 6 +++---
doc/src/sgml/maintenance.sgml | 2 +-
doc/src/sgml/monitoring.sgml | 2 +-
doc/src/sgml/ref/create_table.sgml | 4 ++--
doc/src/sgml/ref/pg_dump.sgml | 2 +-
doc/src/sgml/ref/pg_verifybackup.sgml | 6 +++---
doc/src/sgml/ref/pgbench.sgml | 2 +-
11 files changed, 17 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-05 17:12:39 pgsql: Inline the fast path of plpgsql's exec_cast_value().
Previous Message Michael Paquier 2020-07-05 10:38:04 pgsql: doc: Fix incorrect reference to textout in plpgsql examples