Commit 3a0fde3b authored by Tom Lane's avatar Tom Lane

Make link to schema inspection functions more clear.

parent 266a2805
<!-- $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"> <chapter id="ddl">
<title>Data Definition</title> <title>Data Definition</title>
...@@ -1462,7 +1462,7 @@ SET search_path TO myschema; ...@@ -1462,7 +1462,7 @@ SET search_path TO myschema;
</para> </para>
<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. the schema search path.
</para> </para>
......
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -5356,7 +5356,7 @@ SELECT NULLIF(value, '(none)') ... ...@@ -5356,7 +5356,7 @@ SELECT NULLIF(value, '(none)') ...
path returned. path returned.
</para> </para>
<para id=set-search-path xreflabel="SET SEARCH_PATH"> <para>
<indexterm> <indexterm>
<primary>search path</primary> <primary>search path</primary>
<secondary>changing at runtime</secondary> <secondary>changing at runtime</secondary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment