-
Notifications
You must be signed in to change notification settings - Fork 217
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
\d+ table_name results in column c.relhasoids does not exist #464
Comments
@paulm17 have you tried with psql v16.4 ? |
@yacineb That's oddly specific. I'm using brew and I can't install another version except 17.2. It's the same error with 17.2 as well. |
please, what socket gateway are you using, and full "psql" command line used to connect ? |
Do you mean this?: I had pg-lite running via node:cluster. It was something like this (I'm pulling from an old comment, as I've now changed the config - see below).
psql -U postgres -h 127.0.0.1 Fyi, I've now moved to I'll keep this issue open. |
Running 0.2.13.
In psql, when I do
\d+ [table_name]
. I get the following:Running psql version:
The text was updated successfully, but these errors were encountered: