Re: Feature request: display index valid/invalid status

From: Dave Page <dpage(at)pgadmin(dot)org>
To: gabrielle <gorthx(at)gmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Feature request: display index valid/invalid status
Date: 2013-03-23 12:00:37
Message-ID: CA+OCxoxBbVNfY3zfabtZzt1CDXB3He319kAV9OuZ8ji_CJdYwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Gabrielle

On Fri, Mar 22, 2013 at 7:21 PM, gabrielle <gorthx(at)gmail(dot)com> wrote:
> Hi there!
>
> I'm a fairly new user of PgAdmin. Thanks to the dev team for building a
> great GUI :)
>
> I'd like to be able to view an index's valid/invalid status (indisvalid from
> pg_catalog.pg_index) from PgAdmin.
>
> It looks like the logical place to put this is in the "Properties" tab for
> that index.

Yep, should be quite simple.

> I'm happy to attempt a patch for this myself, but will need some assistance
> as I know very little C, and no C++ whatsoever. :)

Excellent :-). What is your preferred development platform? I know you
have a Mac, but it might be a little quicker to get up and running on
one of the popular Linux platforms if you have a VM to hand, as they
usually have wxWidgets available in their package repos.

Whatever you have, you'll need to checkout the pgAdmin source code -
there are instructions for doing that here:
http://www.pgadmin.org/development/git.php

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2013-03-24 16:20:16 Re: using tab delimiter for csv format import
Previous Message gabrielle 2013-03-22 23:21:18 Feature request: display index valid/invalid status