diff options
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index e748e842353..30bd4602f8d 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -817,10 +817,10 @@ $$ LANGUAGE plpgsql SET search_path = admin, pg_temp; </programlisting> - This function's intention is to access a table <literal>admin.pwds</literal>. + This function's intention is to access a table <structname>admin.pwds</structname>. But without the <literal>SET</literal> clause, or with a <literal>SET</literal> clause mentioning only <literal>admin</literal>, the function could be subverted by - creating a temporary table named <literal>pwds</literal>. + creating a temporary table named <structname>pwds</structname>. </para> <para> |
