Re: Postgresql 9.3 - problem after crash server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 it
if It is a table than drop all indexes and rebuild them all

Hi,

How I can identify base/157934/12685 what is exactly is?



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux