We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy is hitting this error when trying to connect to hosted Supabase:
13:12:20.702 pid=<0.2795.0> origin=postgres_1 [error] PostgresConnectorSup failed to start child :postgres_producer with reason: {{:case_clause, {:error, {:error, :error, "42601", :syntax_error, "syntax error at or near \"CREATE_REPLICATION_SLOT\"", [file: "scan.l", line: "1188", position: "1", routine: "scanner_yyerror", severity: "ERROR"]}}}, [{Electric.Replication.Postgres.Client, :create_slot, 2, [file: ~c"lib/electric/replication/postgres/client.ex", line: 142]}, {Electric.Replication.Postgres.LogicalReplicationProducer, :init, 1, [file: ~c"lib/electric/replication/postgres/logical_replication_producer.ex", line: 91]}, {GenStage, :init, 1, [file: ~c"lib/gen_stage.ex", line: 1816]}, {:gen_server, :init_it, 2, [file: ~c"gen_server.erl", line: 851]}, {:gen_server, :init_it, 6, [file: ~c"gen_server.erl", line: 814]}, {:proc_lib, :init_p_do_apply, 3, [file: ~c"proc_lib.erl", line: 240]}]}.
I've tried both Transaction and Session mode.
The text was updated successfully, but these errors were encountered:
VAX-1596 syntax error at or near \"CREATE_REPLICATION_SLOT\"
Sorry, something went wrong.
Duplicate of #877
No branches or pull requests
Proxy is hitting this error when trying to connect to hosted Supabase:
I've tried both Transaction and Session mode.
The text was updated successfully, but these errors were encountered: