Re: REINDEX ALL - Mailing list pgsql-hackers

From Hans-Jürgen Schönig
Subject Re: REINDEX ALL
Date
Msg-id 4252DEDE.8010600@cybertec.at
Whole thread Raw
In response to REINDEX ALL  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: REINDEX ALL
List pgsql-hackers
Joshua D. Drake wrote:
> Hello,
> 
> We are considering submitting a patch for REINDEX ALL. What syntax would
> we like?
> 
> REINDEX ALL?
> REINDEX DATABASE ALL?
> 
> 
> Sincerely,
> 
> Joshua D. Drake
> 
> 
> -- Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564
> Custom programming, 24x7 support, managed services, and hosting
> Open Source Authors: plPHP, pgManage, Co-Authors: plPerlNG
> Reliable replication, Mammoth Replicator - http://www.commandprompt.com/
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


Joshua,

What is this patch supposed to do?
As far as I can see, there is already a reindex command ...

test=# \h reindex
Command:     REINDEX
Description: rebuild indexes
Syntax:
REINDEX { DATABASE | TABLE | INDEX } name [ FORCE ]

test=#
Best regards,
    Hans

-- 
Cybertec Geschwinde u Schoenig
Schoengrabern 134, A-2020 Hollabrunn, Austria
Tel: +43/664/393 39 74
www.cybertec.at, www.postgresql.at



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: REINDEX ALL
Next
From: Tom Lane
Date:
Subject: Re: REINDEX ALL