]> granicus.if.org Git - postgresql/commitdiff
Make link to schema inspection functions more clear.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Oct 2002 21:10:58 +0000 (21:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Oct 2002 21:10:58 +0000 (21:10 +0000)
doc/src/sgml/ddl.sgml
doc/src/sgml/func.sgml

index 7921b4320d06f9fd12be431e7479311519a2a989..934196981aaaff1a5893db2a2c9fc3182c52b3d2 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.7 2002/10/24 17:48:54 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.8 2002/10/24 21:10:58 tgl Exp $ -->
 
 <chapter id="ddl">
  <title>Data Definition</title>
@@ -1462,7 +1462,7 @@ SET search_path TO myschema;
    </para>
 
    <para>
-    See also <xref linkend="set-search-path"> for other ways to access
+    See also <xref linkend="functions-misc"> for other ways to access
     the schema search path.
    </para>
 
index 9aa0cc82f697d905f6738925a8bd69c4d3f76b7f..afd8ee688347745aa91325e1c2fd8cde1e23b1b0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.128 2002/10/05 23:43:42 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.129 2002/10/24 21:10:58 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -5356,7 +5356,7 @@ SELECT NULLIF(value, '(none)') ...
     path returned.
    </para>
 
-   <para id=set-search-path xreflabel="SET SEARCH_PATH">
+   <para>
     <indexterm>
      <primary>search path</primary>
      <secondary>changing at runtime</secondary>