Hi

A superfluous '/' in an xref tag is producing an unintended '>'
in the "Warning" box on this page:

  http://www.postgresql.org/docs/current/interactive/sql-createtablespace.html

Regards


Ian Barwick

-- 
 Ian Barwick                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services
diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml
new file mode 100644
index cf6215e..9072d07
*** a/doc/src/sgml/ref/create_tablespace.sgml
--- b/doc/src/sgml/ref/create_tablespace.sgml
*************** CREATE TABLESPACE <replaceable class="pa
*** 54,60 ****
    <warning>
     <para>
      A tablespace cannot be used independently of the cluster in which it
!     is defined;  see <xref linkend="manage-ag-tablespaces"/>.
     </para>
    </warning>
  
--- 54,60 ----
    <warning>
     <para>
      A tablespace cannot be used independently of the cluster in which it
!     is defined;  see <xref linkend="manage-ag-tablespaces">.
     </para>
    </warning>
  
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to