From 92f1545d6ea9fbfe4b47108028ccaae351a1480c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 29 Sep 2019 09:50:36 +0200 Subject: [PATCH] doc: Add a link target Forward-patched from PostgreSQL 12 release notes patch, for consistency. --- doc/src/sgml/ref/alter_table.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 90bf19564c..cb9b60415d 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -831,7 +831,7 @@ WITH ( MODULUS numeric_literal, REM - + ATTACH PARTITION partition_name { FOR VALUES partition_bound_spec | DEFAULT }