Re: pdAgmin bug: incorrect creation script for indexes with user operator class

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Данил Ильиных <woodroof(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pdAgmin bug: incorrect creation script for indexes with user operator class
Date: 2010-04-09 10:38:15
Message-ID: 4BBF0397.4000008@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 09/04/2010 09:25, Данил Ильиных a écrit :
> I create index:
> create unique index <index_name> on <table_name> using btree
> (<column_name> <operator_class_name>);
>
> When I open pgAdmin and see creation script for table <table_name>.
> <operator_class_name> is omitted.
>

You're right. This feature is missing in 1.10 and older releases.
Complete support for operator classes is available in the
yet-to-be-released 1.12.

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Erwin Brandstetter 2010-04-09 13:03:10 Re: Missing RULEs from VIEWs and their format
Previous Message Данил Ильиных 2010-04-09 07:25:47 pdAgmin bug: incorrect creation script for indexes with user operator class