Information schema tweak?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Information schema tweak?
Date: 2005-03-10 04:23:07
Message-ID: 422FCBAB.3010707@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2005-03-10 04:26:04 Re: pgpool question
Previous Message Christopher Kings-Lynne 2005-03-10 04:00:26 Re: We are not following the spec for HAVING without GROUP