1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

doc: Small wording change for clarity

From: Martín Marqués <martin@2ndquadrant.com>
This commit is contained in:
Peter Eisentraut
2016-05-12 08:32:12 -04:00
parent 8a13d5e6d1
commit 122b99478a
2 changed files with 2 additions and 2 deletions

View File

@@ -753,7 +753,7 @@ SELECT * FROM dup(42);
malicious users from creating objects that mask objects used by the
function. Particularly important in this regard is the
temporary-table schema, which is searched first by default, and
is normally writable by anyone. A secure arrangement can be had
is normally writable by anyone. A secure arrangement can be obtained
by forcing the temporary schema to be searched last. To do this,
write <literal>pg_temp</><indexterm><primary>pg_temp</><secondary>securing functions</></> as the last entry in <varname>search_path</>.
This function illustrates safe usage: