Replies: 1 comment 2 replies
-
PostgreSQL is not configured by default, you have to add a catalog properties file for it. See https://trino.io/docs/current/installation/containers.html#configuring-trino |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a "postgres.properties" catalog under \etc\catalog\ folder and restarted the trino server. I have run show catalogs command but it is not displaying postgres catalog.
trino>
D:\Learnings\Presto\codebase\trinodb_trino>docker exec -it trino trino
trino> show catalogs;
Catalog
jmx
memory
system
tpcds
tpch
(5 rows)
Query 20221101_134701_00000_igacn, FINISHED, 1 node
Splits: 7 total, 7 done (100.00%)
0.61 [0 rows, 0B] [0 rows/s, 0B/s]
Beta Was this translation helpful? Give feedback.
All reactions