From eb2a0e00b18aedabd76f5442e38f4bf5d1b94974 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 6 Apr 2018 20:54:52 -0400 Subject: [PATCH] Doc: fix broken markup. Commit 3d956d956 was apparently not checked against HEAD's doc toolchain. Per buildfarm. --- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 206cc3a835d..feb2ab77920 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3038,7 +3038,7 @@ VALUES ('Albany', NULL, NULL, 'NY'); Partitions can also be foreign tables, although they have some limitations - that normal tables do not; see for + that normal tables do not; see for more information.