Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: column "relhasoids" does not exist #5

Open
GeorgeWL opened this issue Jun 7, 2020 · 1 comment
Open

ERROR: column "relhasoids" does not exist #5

GeorgeWL opened this issue Jun 7, 2020 · 1 comment

Comments

@GeorgeWL
Copy link

GeorgeWL commented Jun 7, 2020

Steps to reproduce:

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

Error Message:

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'
@GeorgeWL
Copy link
Author

GeorgeWL commented Jun 7, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant