I am trying to use psql utility to bulk import data in cockroachDB.
I created a .sql dump using pg_dump and facing issues while importing this in cockroachDB.
Please let me know how to workaround this issue.
I know that psql is by default pointing to postgresql and not to cockroachDB.