Doc: fix silly thinko in 8bf6ec3ba.
authorTom Lane
Thu, 12 Jan 2023 03:19:49 +0000 (22:19 -0500)
committerTom Lane
Thu, 12 Jan 2023 03:19:55 +0000 (22:19 -0500)
Amit Langote

Discussion: https://postgr.es/m/CA+HiwqG2v-SnWyJuyVM-Z8DEFukY8+qe3XLMwSG4Xp7Yf=RioA@mail.gmail.com

doc/src/sgml/ddl.sgml

index 1c0700d34763300d4203f86f94dcce36b972b317..db40c47077d00517794e21d1afa6ad6ac306d32f 100644 (file)
@@ -361,7 +361,7 @@ CREATE TABLE people (
         definition without any GENERATED clause
         in CREATE TABLE ... PARTITION OF, then
         its GENERATED clause will automatically be copied
-        from the parent.  ALTER TABLE ... ADD PARTITION
+        from the parent.  ALTER TABLE ... ATTACH PARTITION
         will insist that parent and child columns already match as to
         generation status, but it will not require their generation
         expressions to match.