| From: | Goti <aryan(dot)goti(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Cc: | Rakesh T <aryan(dot)goti(at)gmail(dot)com> |
| Subject: | ERROR: column c.relhasoids does not exist in Postgres 13 |
| Date: | 2021-04-13 06:00:10 |
| Message-ID: | CAOzfMuqSsVLp+AXz_UoQniC6oJPfQnn6o3JN3sFu2vj0CPXmxg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi All,
I am getting the below error when trying to describe the table. The
postgres version is 13. Appreciate if some help to fix this issue.
postgres.practice.com {/home/postgres}: postgres -V
postgres (PostgreSQL) 13.1
postgres.practice.com {/home/postgres}: psql -V
psql (PostgreSQL) 9.2.24
forumdb=# \dt
List of relations
Schema | Name | Type | Owner
--------+--------------+-------+----------
public | categories | table | postgres
(5 rows)
forumdb=# \d categories
ERROR: column c.relhasoids does not exist
LINE 1: ..., c.relhasindex, c.relhasrules, c.relhastriggers, c.relhasoi...
Thanks,
Goti
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Satish Nayak [NMC - IT] | 2021-04-13 06:03:37 | Re: ERROR: column c.relhasoids does not exist in Postgres 13 |
| Previous Message | Lars Aksel Opsahl | 2021-04-13 04:58:37 | COPY big row returns ERROR: invalid memory alloc request size |