LucaCappelletti94 opened a new issue, #1804:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1804

   Hi all,
   
   It looks like `sqlparser` does not currently support the [`INHERITS` 
operation](https://www.postgresql.org/docs/current/ddl-inherit.html).
   
   ```sql
   CREATE TABLE child_table (child_column INT) INHERITS (parent_table);
   ```
   
   as I get the following error:
   
   ```
   CREATE TABLE child_table (child_column INT) INHERITS (parent_table);: 
ParserError("Expected: end of statement, found: INHERITS")
   ```
   
   I will try to add support for this operation in a PR when I get the time, 
unless you tell me that for some reason you do not intend to support this 
syntax.
   
   Best,
   Luca


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to