operator classes in pgAdmin

From: mikeem(at)gmx(dot)net
To: pgadmin-support(at)postgresql(dot)org
Subject: operator classes in pgAdmin
Date: 2008-03-25 01:23:01
Message-ID: 47E853F5.7040002@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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?

Ciao!

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2008-03-25 12:13:22 Re: operator classes in pgAdmin
Previous Message Maciek Sakrejda 2008-03-24 18:43:38 building on 1.8.1 on windows / build-wxmsw.bat problem