Fix typo in link label, per Evgeny Gridasov.
authorTom Lane
Sun, 18 Sep 2005 04:02:05 +0000 (04:02 +0000)
committerTom Lane
Sun, 18 Sep 2005 04:02:05 +0000 (04:02 +0000)
doc/src/sgml/manage-ag.sgml

index 03746b3fda98db09d3df4e92411cbba849a22834..969e0bae7975a2f9125ca4953280e95e487d0960 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -389,7 +389,7 @@ dropdb dbname
 
    
     To define a tablespace, use the 
-    linkend="sql-createtablespace" endterm="sql-createdatabase-title">
+    linkend="sql-createtablespace" endterm="sql-createtablespace-title">
     command, for example:CREATE TABLESPACE
 
 CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';