``` pgeltestdb=> select 0::bit; ERROR: EXPLICIT CAST: cast from `integer` to `bit(1)` does not exist: 0 (errno 1105) (sqlstate HY000) ``` This syntax is accepted by PostgreSQL. Using the :latest Docker image.
This syntax is accepted by PostgreSQL.
Using the :latest Docker image.