postbird: Error: column "relhasoids" does not exist
I’m using postgres 12 and this is the error:
Error: column “relhasoids” does not exist
Query: SELECT relhasoids FROM pg_catalog.pg_class, pg_catalog.pg_namespace n
WHERE n.oid = pg_class.relnamespace AND nspname = ‘public’ AND relname = ‘users’`

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 4
- Comments: 15 (4 by maintainers)
Fixed in master, before new release can download artefacts at https://postbird.paxa.kuber.host/2019_10_14.06_42-master-7a9e949 and https://postbird.paxa.kuber.host/2019_10_14.05_42-master-7a9e949 (windows)
According postgres documentation, in version 12 the OID was removed and Postbird not was updated with this feature still. So if you using Postbird, you can use just until postgres 11
Same here, apparently this error only happens on postgres 12, i’ve installed postgres 11 and worked fine
Same here ;/
@tassiorego That issue because app is not signed by developer certificate For first time: