Skip to content

Commit 6c21727

Browse files
committed
clarify SQL dialect compatibility in docs
1 parent bd42819 commit 6c21727

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

book/src/super-sql/sql/intro.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,15 @@ values 1, 'foo', {x:1}
320320
{that:{x:1}}
321321
```
322322

323-
## Testing Backward Compatibility
323+
## SQL Compatibility
324324

325-
In addition to tests found within the
326-
[SuperDB GitHub repository](https://github.com/brimdata/super), backward
327-
compatibility relative to PostgreSQL is tested using
325+
With so many [incompatible SQL dialects in existence](https://youtu.be/TBAf5l1RmcA),
326+
SuperSQL's goal is to be (mostly) compatible with the
327+
the [PostgreSQL](https://www.postgresql.org/) dialect.
328+
329+
In addition to SQL tests in the
330+
[SuperDB GitHub repository](https://github.com/brimdata/super),
331+
PostgreSQL compatibility is tested using
328332
[sqllogictest](https://sqlite.org/sqllogictest/doc/trunk/about.wiki) queries
329333
from [SQLite](https://sqlite.org/).
330334

0 commit comments

Comments
 (0)