mjbshaw commented on code in PR #2273:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2273#discussion_r2906244023


##########
src/ast/mod.rs:
##########
@@ -6387,6 +6414,74 @@ impl fmt::Display for TruncateTableTarget {
     }
 }
 
+/// Target of a PostgreSQL `LOCK TABLE` command
+///
+/// Note this is its own struct because `visit_relation` requires an 
`ObjectName` (not a `Vec<ObjectName>`)

Review Comment:
   Yes, I added a link. I'll also delete the last 2 lines with your suggested 
change.



-- 
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