diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-06 20:54:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-06 20:54:52 -0400 |
commit | eb2a0e00b18aedabd76f5442e38f4bf5d1b94974 (patch) | |
tree | 00226ff4633853593a82b5ee0eb13e2e5a992449 | |
parent | 47cb9ca49a611fa518e1a0fe46526507c96a5612 (diff) | |
download | postgresql-eb2a0e00b18aedabd76f5442e38f4bf5d1b94974.tar.gz postgresql-eb2a0e00b18aedabd76f5442e38f4bf5d1b94974.zip |
Doc: fix broken markup.
Commit 3d956d956 was apparently not checked against HEAD's doc toolchain.
Per buildfarm.
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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'); <para> Partitions can also be foreign tables, although they have some limitations - that normal tables do not; see <xref linkend="sql-createforeigntable"> for + that normal tables do not; see <xref linkend="sql-createforeigntable"/> for more information. </para> |