On Tue, 2006-07-04 at 20:51, Tom Lane wrote: > "Rodrigo De Leon" <[EMAIL PROTECTED]> writes: > > I would be quite a bonus to have equivalent functionality in PG. > > Write your functions in C and give them precompiled libraries. > Yes, also theoretically decompilable, but plenty hard ... plus > they have to come back to you for an update on every major PG > revision ;-)
Or, just hire a crusty old perl programmer and have him write them all as one line, super compact perl scripts and use plperl. ;^) ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match