Help with function to verify if a index exists on table/columns
gui2Sep 27 2011 — edited Sep 27 2011I need your help to create a function to verify if a index exists on table/columns.
I am trying to create, but I have problem with the indexed columns.
I can't to check the index name merely, because the index name may be different, but the columns can be equals.
And, I have to check the columns order too.
So, the function parameters will be the owner, table_name, columns and order columns?
Can some one help me to create this function to check that index exists?