Re: _pg_keyposition is gone in HEAD - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: _pg_keyposition is gone in HEAD
Date
Msg-id Pine.BSO.4.56.0504272344380.25820@leary.csoft.net
Whole thread Raw
In response to Re: _pg_keyposition is gone in HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc

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

pgsql-jdbc by date:

Previous
From: Gnanavel S
Date:
Subject: Re: Performance of loop
Next
From: Anders Hermansen
Date:
Subject: Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution