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 @@ -528,7 +528,7 @@ $$ LANGUAGE plpgsql;
528528 </para>
529529
530530 <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
532532 polymorphic types. In this case the
533533 special <literal>$0</literal> parameter is not used; the output
534534 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);
753753 malicious users from creating objects that mask objects used by the
754754 function. Particularly important in this regard is the
755755 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
757757 by forcing the temporary schema to be searched last. To do this,
758758 write <literal>pg_temp</><indexterm><primary>pg_temp</><secondary>securing functions</></> as the last entry in <varname>search_path</>.
759759 This function illustrates safe usage:
You can’t perform that action at this time.
0 commit comments