I have this error when I am trying to interact with crate/postgresql
is this pg_replication_slots suported ? how can I configure it ?
where does it exist this table pg_replication_slots ?
for example
postgres=# SELECT pg_create_logical_replication_slot('crate', 'pgoutput');
psql -c "select * from pg_create_physical_replication_slot('crate');"
Are you trying to replicate data between CrateDB and a PostgreSQL Server using logical replication?
That is unfortunately not possible and as far as I know also not planned, as the mechanism used are quite different.