SESSION_USER vs. CURRENT_USER

Started by Emi Luabout 20 years ago2 messagesgeneral
Jump to latest
#1Emi Lu
emilu@encs.concordia.ca

Hello,

Could someone clues me in the differences between SESSION_USER and
CURRENT_USER please?

Emi

#2Larry Rosenman
ler@lerctr.org
In reply to: Emi Lu (#1)
Re: SESSION_USER vs. CURRENT_USER

Emi Lu wrote:

Hello,

Could someone clues me in the differences between SESSION_USER and
CURRENT_USER please?

Session_user is the user that started the session. Current User is the
user that has
been set via set local session authorization, or via the SECURITY
DEFINER attribute of a function.

CURRENT_USER is what is used for permission checks.

see the manual.

--
Larry Rosenman
Database Support Engineer

PERVASIVE SOFTWARE. INC.
12365B RIATA TRACE PKWY
3015
AUSTIN TX 78727-6531

Tel: 512.231.6173
Fax: 512.231.6597
Email: Larry.Rosenman@pervasive.com
Web: www.pervasive.com