Skip to content

Commit

Permalink
Adding documentation for Handle case of table with no supported columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksha-kedia authored and tdcmeehan committed Dec 12, 2023
1 parent ccded7d commit 7a68af2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions presto-docs/src/main/sphinx/connector/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ The connector maps PrestoDB types to the corresponding PostgreSQL types:

No other types are supported.

Tables with Unsupported Columns
-------------------------------

If you query a PostgreSQL table with the Presto connector, and the table either has no supported columns or contains
only unsupported data types, Presto returns an error similar to the following example:

``Query 20231120_102910_00004_35dqb failed: Table 'public.unsupported_type_table' has no supported columns (all 1 columns are not supported).``

PostgreSQL Connector Limitations
--------------------------------

Expand Down

0 comments on commit 7a68af2

Please sign in to comment.