diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-09-12 10:55:04 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-12 10:55:04 -0400 |
commit | 2eeaa74b5ba20bc75bbaf10837a1ae966094d6cc (patch) | |
tree | 11b19fccc3805f2fa96a379aeefe2614634c17eb | |
parent | 58bd60995f1c7470c0542f591b303bcc586a5d5f (diff) | |
download | postgresql-2eeaa74b5ba20bc75bbaf10837a1ae966094d6cc.tar.gz postgresql-2eeaa74b5ba20bc75bbaf10837a1ae966094d6cc.zip |
doc: Remove useless marked section
This was left around when this text was moved from installation.sgml in
c5ba11f8fb1701441b96a755ea410b96bfe36170.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 088316cfb64..6c4c7f4a8e1 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1863,8 +1863,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput <step> <para> Install the new version of <productname>PostgreSQL</productname> as - outlined in <![%standalone-include[the next section.]]> - <![%standalone-ignore[<xref linkend="install-procedure">.]]> + outlined in <xref linkend="install-procedure">. </para> </step> |