Re: Reindex + relation doesnt exist

From: frant101(at)googlemail(dot)com
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Reindex + relation doesnt exist
Date: 2008-03-11 08:38:47
Message-ID: 9cacbe3d-247b-446b-b66c-afd5464ca714@p25g2000hsf.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mar 10, 10:43 pm, scott(dot)marl(dot)(dot)(dot)(at)gmail(dot)com ("Scott Marlowe") wrote:
> On Mon, Mar 10, 2008 at 8:49 AM,  <frant(dot)(dot)(dot)(at)googlemail(dot)com> wrote:
> > I am trying to reindex some indexes through a batch script.  for
> >  example
>
> >  Database : hermes
> >  Schema : sc1
> >  Indexes : ind1
>
> >  when i use reindexdb with the following switches
>
> >   ./reindexdb --index=ind1 hermes
>
> >  i get the below error message
> >  reindexdb: reindexing of index "ind1" in database "hermes" failed:
> >  ERROR:  relation "ind1" does not exist
>
> >  when i know that the index does exist, same thing happens if i set up
> >  a batch script and call it through psql command using the reindex
> >  index ind1;
>
> Is it perhaps in a different schema / search path than the one you're
> accessing?  If you append the schema to the name does it work?
>
> --
> Sent via pgsql-admin mailing list (pgsql-ad(dot)(dot)(dot)(at)postgresql(dot)org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-admin- Hide quoted text -
>
> - Show quoted text -

I have tried to put the schema name in front of the index name put i
still get the same error.

./reindexdb -e --index sc1.ind1 hermes
reindexdb: reindexing of index "sc1.ind1" in database "hermes" failed:
ERROR: relation "sc1.ind1" does not exist

If i use the command on an index in the public schema it works fine.
Which i guess relates to the search path that you mentioned in your
post...just dont understand why the above command doesnt work.

Thanks
Fran

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kieran McCusker 2008-03-11 12:54:41 Perform an action on schema drop
Previous Message dareen saleh 2008-03-11 07:44:36 helpppppppppppppppp??????????