23
19
generated and no data will be returned by the execution of the statement.
25
21
If you want to launch the query in a separate session, you can do that with
30
24
EXECUTE "SELECT 1" CONCURRENT;
32
26
The query will run in a new session and will execute as the user that
33
27
launched it. It can be killed via KILL and the system limit on total number
34
28
of sessions will be enforced.