157934 is the oid of your database
if you run => select oid, datname from pg_database where oid =157934;
The result should be oid = 157934 and datname = e200
12685 is the oid of your relation
if you run => select * from pg_class where oid=12685;
it will give you information about the relation
Le jeu. 2 août 2018 à 15:38, For@ll <forall@xxxxxxxxxxxxx> a écrit :
W dniu 02.08.2018 o 15:18, Thomas Poty pisze:
Hi,I don't know if it will help you but you could try this:
Identify " base/157934/12685"If It is an index than drop this index and rebuild itif It is a table than drop all indexes and rebuild them all
Hi,
How I can identify base/157934/12685 what is exactly is?