spark-sql-server icon indicating copy to clipboard operation
spark-sql-server copied to clipboard

Support more PostgreSQL dialect

Open maropu opened this issue 8 years ago • 1 comments

Currently, I only support the basic parts of V3 protocols and PostgreSQL functionality (e.g., we do not support psql commands like \d): https://github.com/maropu/spark-sql-server/blob/master/sql/sql-server/src/main/scala/org/apache/spark/sql/server/service/postgresql/protocol/v3/protocol.scala#L830. I think it'd be better to support more.

maropu avatar Mar 29 '17 02:03 maropu

Add more entries in https://github.com/maropu/spark-sql-server/blob/master/sql/sql-server/src/main/scala/org/apache/spark/sql/server/service/postgresql/PostgreSQLParser.scala

maropu avatar Apr 06 '17 02:04 maropu