>Functions don't have indexes.
Sorry, it is the converse, I meant create an index on function (column).
Let's take the example of a view: it can incorporate multiple functions, in
case the view OID itself does not suffice.
Do I miss something?
>No, basically it will dump the schema as an sql script from the selected
>server or database. Alternatively, it will publish (==copy) the schema to
>another specified database(s). Basically a mechanism for moving your schema
>from a dev or staging server to one or more production servers.
This is what I need, good.
Cheers/JMP