sdk-go
sdk-go copied to clipboard
Client interface comments don't mention Postgres
Hi, I was reading the docs of the Client interface and they mention Cassandra and MySQL in some cases:
https://github.com/temporalio/sdk-go/blob/0c69423d6b98508c910f65ddad17fbe1967cd8d7/client/client.go#L252-L253
I assume that this should read '[...] will return BadRequestError when using Cassandra, MySQL or Postgres'? Or is ListWorkflow supported on Postgres without Elasticsearch?