however, select * from information_schema.tables where table_schema = 'table_name'; shows the schema, and tables. also trying to get data from that ay tables indicates that the tables does not exist
Hello, thanks for reaching out:
it has statements like this :
ALTER SCHEMA database_name OWNER TO postgres;
and this:
ALTER TABLE database_name.bip_book_versions OWNER TO postgres