1
0
mirror of synced 2025-12-25 02:09:19 -05:00

add postgres troubleshooting docs (#1653)

* add postgres troubleshooting docs

* update headings

* add to other db sources

* move connection troubleshooting to faq
This commit is contained in:
Jared Rhizor
2021-01-25 10:56:09 -08:00
committed by GitHub
parent 227e709a48
commit 4ab0464274
5 changed files with 3 additions and 5 deletions

View File

@@ -72,4 +72,3 @@ From [Postgres SQL Identifiers syntax](https://www.postgresql.org/docs/9.0/sql-s
* If you want to write portable applications you are advised to always quote a particular name or never quote it.
Therefore, Airbyte Postgres destination will create tables and schemas using the Unquoted identifiers when possible or fallback to Quoted Identifiers if the names are containing special characters.