grouping of functions

Started by Rikard Pavelicabout 20 years ago3 messagesgeneral
Jump to latest
#1Rikard Pavelic
rikard.pavelic@zg.htnet.hr

Hi!

Is there any way to group functions logically?
It's get pretty frustrating to locate some function when
you have 500+ functions :(
And if there isn't is there any plan to add this functionality?

Thanks,
Rikard

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rikard Pavelic (#1)
Re: grouping of functions

Rikard Pavelic <rikard.pavelic@zg.htnet.hr> writes:

Is there any way to group functions logically?

Put them in different schemas, perhaps?

regards, tom lane

#3Rikard Pavelic
rikard.pavelic@zg.htnet.hr
In reply to: Tom Lane (#2)
Re: grouping of functions

Tom Lane wrote:

Is there any way to group functions logically?

Put them in different schemas, perhaps?

I thought of that, but that is not what I want.
I want function to be in more that one group, so
this would cause even more mess.

Best regards,
Rikard