I have three tables 'xdb.resources', 'xdb.resources_ref', 'xdb.resources_tmax'. All three belong to the same user and same schema. I try do export them using the following command
pg_dump -U xdb -t 'xdb.resources*'
Unfortunately, only two of them are exported ('xdb.resources_ref', 'xdb.resources_tmax'). The application does not see 'xdb.resources'
I do not see anything that can prevent 'xdb.resources' from export.
Please advise.