File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ $$ LANGUAGE plpgsql;
528
528
</para>
529
529
530
530
<para>
531
- The same effect can be had by declaring one or more output parameters as
531
+ The same effect can be obtained by declaring one or more output parameters as
532
532
polymorphic types. In this case the
533
533
special <literal>$0</literal> parameter is not used; the output
534
534
parameters themselves serve the same purpose. For example:
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ SELECT * FROM dup(42);
753
753
malicious users from creating objects that mask objects used by the
754
754
function. Particularly important in this regard is the
755
755
temporary-table schema, which is searched first by default, and
756
- is normally writable by anyone. A secure arrangement can be had
756
+ is normally writable by anyone. A secure arrangement can be obtained
757
757
by forcing the temporary schema to be searched last. To do this,
758
758
write <literal>pg_temp</><indexterm><primary>pg_temp</><secondary>securing functions</></> as the last entry in <varname>search_path</>.
759
759
This function illustrates safe usage:
You can’t perform that action at this time.
0 commit comments