Re: operator classes in pgAdmin

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: mikeem(at)gmx(dot)net
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: operator classes in pgAdmin
Date: 2008-03-25 12:13:22
Message-ID: 47E8EC62.3090603@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

mikeem(at)gmx(dot)net a écrit :
> Hello, how to create an index with an operator class in pgAdmin3 1.8.2 ?
> On the command line i do:
> CREATE INDEX idx1 ON mytab (mycolumn text_pattern_ops);
>
> But in pgAdmin i cant find any place to add the "text_pattern_ops".
> Anyone help?
>

In pgAdmin's "Create Index" interface, you can't specify an operator
class. This dialog lacks a lot of the capacities of the CREATE INDEX
statement : functional indexes, partial indexes, operator class,
ASC/DESC, NULLS FIRST/LAST.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message epm666 2008-03-26 00:34:19 bug when creating/dropping function with a user defiend domain (adds size)
Previous Message mikeem 2008-03-25 01:23:01 operator classes in pgAdmin