On Wed, 27 Apr 2005, Tom Lane wrote:
> Dave Cramer <pg@fastcrypt.com> writes:
> > I is being used to get the position of a key in the database meta data
> > getImportedExported keys, to be specific.
>
> That's not clear enough ... what's it being used for exactly?
Basically _pg_keyposition just generates a resultset of sequential
integers, we could use generate_series now using the value of
max_index_keys to determine the upper bound. So it seems like
the jdbc driver will be ok, do other apps need a new display only
GUC for max_func_args ?
Kris Jurka