Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

ERROR: column "relhasoids" does not exist #5

Description

@GeorgeWL

Steps to reproduce:

  1. Create a table without OIDs
  2. Press the browse action
  3. Error message is stated

Error Message:

Details SQL error:

ERROR: column "relhasoids" does not exist
LINE 1: SELECT relhasoids FROM pg_catalog.pg_class WHERE relname='us...
^
In statement:

SELECT relhasoids FROM pg_catalog.pg_class WHERE relname='users'
AND relnamespace = (SELECT oid FROM pg_catalog.pg_namespace WHERE nspname='public')

current workaround:

  1. press the sql button in the top
  2. run this command instead of using the browse action
SELECT * FROM 'tablename'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions