Merge pull request #60608 from natalyjazzviolin/nataly/postgres-11

Adds note on supported PostgreSQL versions.
This commit is contained in:
Alexey Milovidov 2024-03-22 03:30:20 +03:00 committed by GitHub
commit 2bcc8dae4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,10 @@ sidebar_label: PostgreSQL
The PostgreSQL engine allows to perform `SELECT` and `INSERT` queries on data that is stored on a remote PostgreSQL server.
:::note
Currently, only PostgreSQL versions 12 and up are supported.
:::
## Creating a Table {#creating-a-table}
``` sql