0

I have a user created by SQL command. I know there is the getSetting() function to check user settings. e.g. :

SELECT getSetting('async_insert');

But how to check other users' settings if you are a DBA? Is there any view/function/request for this purpose?

mustaccio
  • 28,207
  • 24
  • 60
  • 76
Mikhail Aksenov
  • 430
  • 1
  • 7
  • 19

1 Answers1

0

There is actually the SHOW ACCESS command showing user settings.

mustaccio
  • 28,207
  • 24
  • 60
  • 76
Mikhail Aksenov
  • 430
  • 1
  • 7
  • 19