Re: cache lookup failed for index

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

 



Nathan Robertson <nathan.robertson@xxxxxxxxx> wrote:
 
> My thinking based on the documentation is I run (as postgres
> user):
> postgres -O -P -D /dbcluster/location
 
Looks good to me.  In fact, I hadn't remembered the -P option;
definitely a good choice here, and it should obviate the need to try
to disable the index usage using the commands I showed.
 
> Then I run:
> REINDEX TABLE pg_class_oid_in;
 
You either need to specify the INDEX keyword or a table name. 
Perhaps this would be best:
 
REINDEX TABLE pg_class;
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[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