Thread: GRANT TEMPORARY ON DATABASE to Public

GRANT TEMPORARY ON DATABASE to Public

From
"Loeke"
Date:
This is standard when just create a db,
but how long do these temporary objects survive?
(eg public user creates a table)
It's longer than the session,
contrary to create temporary table x..

tnx,