Is openGauss 3.1.1 fully compatible with PosgreSQL 14.2 in SQL syntax?

70 Views Asked by At

Is openGauss 3.1.1 fully compatible with PosgreSQL 14.2 in SQL syntax?

I tried some SQLs with different data types and all went well.

1

There are 1 best solutions below

0
Fathom On

openGauss forked off from Postgresql 9.2.x so the syntax is mostly the same. You can use most Postgresql resources to lookup the correct syntax, or you can use the official documentation for openGauss 3.1.1.