amaksimo commented on code in PR #2302:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2302#discussion_r3163105934


##########
src/ast/ddl.rs:
##########
@@ -2818,6 +2818,8 @@ pub struct CreateIndex {
     pub unique: bool,
     /// whether the index is created concurrently
     pub concurrently: bool,
+    /// whether the index is created asynchronously
+    pub r#async: bool,

Review Comment:
   Sure, did something similar to what is done for MySQL, given ASYNC is 
actually an Aurora DSQL extension, not standard PostgreSQL, so there isn't a 
PostgreSQL docs page for it. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to