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 e6be6f3 commit 30796baCopy full SHA for 30796ba
1 file changed
src/dsql/parse.y
@@ -2330,7 +2330,7 @@ db_initial_desc($alterDatabaseNode)
2330
| db_initial_desc db_initial_option($alterDatabaseNode)
2331
;
2332
2333
-// With the exception of LENGTH, all clauses here are handled only at the client.
+// All clauses here are handled only at the client.
2334
%type db_initial_option(<alterDatabaseNode>)
2335
db_initial_option($alterDatabaseNode)
2336
: PAGE_SIZE equals u_numeric_constant
0 commit comments