[Postgresql](Postgrex.Error) (undefined_column) Column typsend unknown #12184
Unanswered
BandanaPandey
asked this question in
Q&A
Replies: 1 comment 8 replies
-
The However since you are already here. Could you send what queries elxiir is trying to run e.g. via SELECT * FROM sys.jobs_log Be aware, that CrateDB doesn't support the concept of multiple databases, unlike PostgreSQL. In the connection string you probably want to use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CrateDB version
4.7
CrateDB setup information
Number of nodes: 3
CRATE_HEAP_SIZE=2g
docker-compose.yml
Steps to Reproduce
Using Postgres Adapter to connect to elixir application.
with following configurations:
config :crate_db_demo, CrateDbDemo.Repo, adapter: Ecto.Adapters.Postgres, username: "crate", database: "acqdat_core_dev", hostname: "localhost", port: 5432, pool_size: 10
Expected Result
Ideally it should works as specified here in this doc
https://crate.io/docs/crate/reference/en/4.7/interfaces/postgres.html
Actual Result
But got error,
Beta Was this translation helpful? Give feedback.
All reactions