File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments