Missing PgAdmin Feature

From: yoursoft <yoursoft(at)freemail(dot)hu>
To: pgadmin-support(at)postgresql(dot)org
Subject: Missing PgAdmin Feature
Date: 2006-08-03 10:12:34
Message-ID: 44D1CC12.80709@freemail.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear Developers,

Create varchar index with command:
CREATE INDEX name ON table (colum text_pattern_ops);

When you select index or table in left tree, In the reversed sql window
you will see:
CREATE INDEX name
ON table
USING btree
(column);

In the properties window of index you see:
operator classes: text_pattern_ops

I think in the reversed sql window should be:
CREATE INDEX name ON table (colum text_pattern_ops);

If you backup the table, you will find in the sql script:
CREATE INDEX name ON table (colum text_pattern_ops);
(it is good)

Best Regards,
Ferenc Lutischan

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-08-03 10:15:01 Re: Missing PgAdmin Feature
Previous Message ben sewell 2006-08-03 09:25:37 Cannot run pgAgent after install