projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266a280
)
Make link to schema inspection functions more clear.
author
Tom Lane
Thu, 24 Oct 2002 21:10:58 +0000
(21:10 +0000)
committer
Tom Lane
Thu, 24 Oct 2002 21:10:58 +0000
(21:10 +0000)
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 7921b4320d06f9fd12be431e7479311519a2a989..934196981aaaff1a5893db2a2c9fc3182c52b3d2 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-1,4
+1,4
@@
-
+
Data Definition
@@
-1462,7
+1462,7
@@
SET search_path TO myschema;
- See also
set-search-path"> for other ways to access
+ See also
functions-misc"> for other ways to access
the schema search path.
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 9aa0cc82f697d905f6738925a8bd69c4d3f76b7f..afd8ee688347745aa91325e1c2fd8cde1e23b1b0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-5356,7
+5356,7
@@
SELECT NULLIF(value, '(none)') ...
path returned.
-
id=set-search-path xreflabel="SET SEARCH_PATH">
+
search path
changing at runtime