Name
sec_set_user_data — attach opaque user metadata to a database account
Synopsis
sec_set_user_data(
|
in user_name varchar, |
in data varchar); |
Description
sec_set_user_data stores the string
data on the account named
user_name. The value is kept in the user record and
is available to security and authentication code. If the named user does
not exist, the call has no effect.