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.

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to