Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b6633a

Browse files
committed
doc: Put pg_temp into documentation index
Karl O. Pinc
1 parent67c03c6 commit6b6633a

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)

[8]ページ先頭

©2009-2025 Movatter.jp