Re: ERROR: relation "sql_features" does not exist

2021-04-26 Thread Pavel Stehule
; pgstattuple(table_name::name)) s where table_type = 'BASE TABLE'; > > > The query finished by strange error > > > postgres=# select * from information_schema.tables, lateral(select * from > > pgstattuple(table_name::name)) s where table_type = 'BASE TABLE&

Re: ERROR: relation "sql_features" does not exist

2021-04-26 Thread Tom Lane
gt; The query finished by strange error > postgres=# select * from information_schema.tables, lateral(select * from > pgstattuple(table_name::name)) s where table_type = 'BASE TABLE'; > ERROR: relation "sql_features" does not exist > When I set search_path to informat

ERROR: relation "sql_features" does not exist

2021-04-26 Thread Pavel Stehule
s=# select * from information_schema.tables, lateral(select * from pgstattuple(table_name::name)) s where table_type = 'BASE TABLE'; ERROR: relation "sql_features" does not exist When I set search_path to information_schema, then the query is running. But there is not any rea