I am using pgAdmin-4 and created a database with a single table, but select returns an error message: \'table oid\'
I\'m using a normal select query.
SEL
after I updated my pgAdmin 4 today I'm getting the same message 'table_oid' from select queries I execute in pgAdmin 4.
The odd thing is when I execute the view data command from GUI it works perfectly.
When I execute a select search from query tool I got the 'table_oid' message, as same as Maykon Morais.
I tried to add a comment on Maykon Morais' question (telling I got the same problem) but i don't have enough reputation yet :-\
The table_oid message appear, in my case, when running a simple select from the query tool window of pgadmin4.
Postgres version: psql (PostgreSQL) 11.4 (Ubuntu 11.4-1.pgdg18.04+1)
pgAdmin4 version: Versión 4.11 Derechos de Autor Copyright (C) 2013 - 2019, The pgAdmin Development Team Versión de Python 3.6.8 (default, Jan 14 2019, 11:02:34) [GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] Versión de Flask 0.12.2 Modo de Aplicación Escritorio Usuario Actual pgadmin4@pgadmin.org
Well the workaround that I see (and I'm using myself right now) meanwhile this situation is fixed, securely soon, is to execute select queries via console:
=)