Re: Maintenance PK bug

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Alexander Kirpa" <postgres(at)bilteks(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Maintenance PK bug
Date: 2006-08-30 13:18:10
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40154C8F6@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
> Alexander Kirpa
> Sent: 25 August 2006 13:26
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Maintenance PK bug
>
> In pgAdmin V 1.4.3(Jul 19 2006)
>
> 1. Select DB Server
> 2. Select DB:your_DB_with_PK_in_any_table
> 3. Select Schemas:public
> 4. Select Tables:table_with_PK
> 5. Select Constraints:some_pk
> 6. Highlight 'some_pk'
> 7. Press right button on mouse during select 'some_pk'
> 8. Press 'Maintenance'
> 9. Select REINDEX and press 'OK'
> and receive 'ERROR: syntax error at or near "PRIMARY" at character 9'
> or see serverlog
> ----------------------
> ERROR: syntax error at or near "PRIMARY" at character 9
> STATEMENT: REINDEX PRIMARY KEY some_pk
> ------------------------------

Thanks for the report - this has been fixed in SVN for version 1.6.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Vivek Khera 2006-08-30 14:35:51 Re: update using OID instead of PKEY?
Previous Message Dave Page 2006-08-30 12:55:34 Re: update using OID instead of PKEY?