Why owner of schema cannot change owner of table when the table has a different owner- Postgres – Postgresql
The owner of my schema - public is called 'eyal', and the owner of the tabled inside the schema, called 'postgres'. I am trying to change my table owner (when im logged to user: 'eyal') to user: 'eyal' but i…