We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9acb6 commit 112c3fcCopy full SHA for 112c3fc
src/bin/psql/common.c
@@ -1386,6 +1386,7 @@ command_no_begin(const char *query)
1386
return true;
1387
if (wordlen == 10 && pg_strncasecmp(query, "tablespace", 10) == 0)
1388
1389
+ return false;
1390
}
1391
1392
/* DISCARD ALL isn't allowed in xacts, but other variants are allowed. */
@@ -1401,6 +1402,7 @@ command_no_begin(const char *query)
1401
1402
1403
if (wordlen == 3 && pg_strncasecmp(query, "all", 3) == 0)
1404
1405
1406
1407
1408
return false;
0 commit comments