index 4ab6717c7c8fc3769e3b2e996240349275eb4d07..3aaabf1b990ccb28af6617d5c3d03229ea978f89 100644 (file)
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.101 2004年05月28日 16:17:14 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.102 2004年05月28日 16:37:11 tgl Exp $
*
* NOTES
* See acl.h.
*
* This may seem redundant given the check in InitTempTableNamespace,
* but it really isn't since current user ID may have changed since then.
- * The upshot of this behavior is that a SECURITY INVOKER function can
+ * The upshot of this behavior is that a SECURITY DEFINER function can
* create temp tables that can then be accessed (if permission is granted)
- * by code that doesn't have permissions to create temp tables.
+ * by code in the same session that doesn't have permissions to create
+ * temp tables.
*
* XXX Would it be safe to ereport a special error message as
* InitTempTableNamespace does? Returning zero here means we'll get a