Handle support/permissions errors in info call (#635)
* Handle support/permissions errors in info call * Fix linting
This commit is contained in:
6
pkg/statements/sql/info_simple.sql
Normal file
6
pkg/statements/sql/info_simple.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SELECT
|
||||
session_user,
|
||||
current_user,
|
||||
current_database(),
|
||||
current_schemas(false),
|
||||
version()
|
||||
Reference in New Issue
Block a user