Re: [pgadmin-support] Missing PgAdmin Feature

2006-08-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of yoursoft > Sent: 03 August 2006 11:13 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Missing PgAdmin Feature > > Dear Developers, > > Create varcha

[pgadmin-support] Missing PgAdmin Feature

2006-08-03 Thread yoursoft
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: operato