Skip to content

Commit 6b6633a

Browse files
committed
doc: Put pg_temp into documentation index
Karl O. Pinc
1 parent 67c03c6 commit 6b6633a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4810,7 +4810,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
48104810
Likewise, the current session's temporary-table schema,
48114811
<literal>pg_temp_<replaceable>nnn</></>, is always searched if it
48124812
exists. It can be explicitly listed in the path by using the
4813-
alias <literal>pg_temp</>. If it is not listed in the path then
4813+
alias <literal>pg_temp</><indexterm><primary>pg_temp</></>. If it is not listed in the path then
48144814
it is searched first (even before <literal>pg_catalog</>). However,
48154815
the temporary schema is only searched for relation (table, view,
48164816
sequence, etc) and data type names. It is never searched for

doc/src/sgml/ref/create_function.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ SELECT * FROM dup(42);
684684
temporary-table schema, which is searched first by default, and
685685
is normally writable by anyone. A secure arrangement can be had
686686
by forcing the temporary schema to be searched last. To do this,
687-
write <literal>pg_temp</> as the last entry in <varname>search_path</>.
687+
write <literal>pg_temp</><indexterm><primary>pg_temp</><secondary>securing functions</></> as the last entry in <varname>search_path</>.
688688
This function illustrates safe usage:
689689
</para>
690690

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy