Information schema tweak?
Started by Christopher Kings-Lynnealmost 21 years ago3 messages
The current _pg_keypositions function generates the numbers from 1 to 32
using a massive union, shouldn't it just use generate_series instead (to
make it faster/simpler)?
Chris
Re: Information schema tweak?
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
The current _pg_keypositions function generates the numbers from 1 to 32
using a massive union,
Only for very small values of "current" ...
regards, tom lane