On Mon, Feb 04, 2019 at 10:22:43AM +1100, Robins Tharakan wrote:
> localhost postgres@t=# \d tbl
> ERROR: 42703: column c.relhasoids does not exist
> LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...
> ^
> LOCATION: errorMissingColumn, parse_relation.c:3313
> ###################
You may want to check your version of psql here. We do an effort with
downward compatibility, not upward. And my guess here is that you are
connected to a v12 server, using at most a v11 psql client.
--
Michael