Posts Tagged ‘cast’

“ERROR: operator does not exist: integer = text” how to fix it?

2008-05-05 13:11:31 CEST | 8 Comments | Tags: , , , ,

PostgreSQL 8.3 brought us many great new features. Among them were concurrent autovacuum, enums, tsearch in core.

On of the changes though made a lot of people dislike 8.3. It was removal of implicit casts.

- MORE -