aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Herrera <alvherre@kurilemu.de>2025-06-26 18:25:05 +0200
committerÁlvaro Herrera <alvherre@kurilemu.de>2025-06-26 18:25:05 +0200
commit48c80aba7538d7c515d0c89f4d11f88974fee851 (patch)
tree98932329aa7be273369ccba36e077ee14df92f55
parent47fb87563bf3cca2244840241dde2eb93830559b (diff)
downloadpostgresql-48c80aba7538d7c515d0c89f4d11f88974fee851.tar.gz
postgresql-48c80aba7538d7c515d0c89f4d11f88974fee851.zip
docs: fix typo
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index edbb377a5ed..2ae084b5fa6 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1278,7 +1278,7 @@ PostgreSQL documentation
<para>
The data section contains actual table data, large-object
contents, sequence values, and statistics for tables,
- materialized views, and foriegn tables.
+ materialized views, and foreign tables.
Post-data items include definitions of indexes, triggers, rules,
statistics for indexes, and constraints other than validated check
and not-null constraints.