pgweb/pkg/statements/sql/info_simple.sql
Dan Sosedoff b2b0094b5e
Handle support/permissions errors in info call (#635)
* Handle support/permissions errors in info call
* Fix linting
2023-01-17 16:05:15 -06:00

7 lines
99 B
SQL

SELECT
session_user,
current_user,
current_database(),
current_schemas(false),
version()