Hi all,
brian <[EMAIL PROTECTED]> writes:
[EMAIL PROTECTED] wrote:
Does this mean that substr calls substring internally?? Or is it the
other way around?? Or are they independent of each other??
Looks like they're pretty evenly matched.
Actually, a bit of poking into the contents of pg_p
brian <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
>> Does this mean that substr calls substring internally?? Or is it the
>> other way around?? Or are they independent of each other??
> Looks like they're pretty evenly matched.
Actually, a bit of poking into the contents of pg_proc wi
[EMAIL PROTECTED] wrote:
Hi all,
I want to call one of the two functions above many times (in an
aggregate function) and it says in the manual pages that substr is the
same as substring.
Does this mean that substr calls substring internally?? Or is it the
other way around?? Or are they ind
Hi all,
I want to call one of the two functions above many times (in an aggregate
function) and it says in the manual pages that substr is the same as
substring.
Does this mean that substr calls substring internally?? Or is it the other
way around?? Or are they independent of each other??